ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/util.pl
(Generate patch)

Comparing kgsueme/kgsueme/util.pl (file contents):
Revision 1.11 by pcg, Tue Jul 22 21:24:50 2003 UTC vs.
Revision 1.12 by root, Wed Jun 2 04:39:07 2004 UTC

22$::config->{conserve_memory} = 0; # try to conserve memory at the expense of speed (0,1,2) 22$::config->{conserve_memory} = 0; # try to conserve memory at the expense of speed (0,1,2)
23$::config->{randomize} = 0; # randomize placement of stones (BROKEN) 23$::config->{randomize} = 0; # randomize placement of stones (BROKEN)
24 24
25sub save_config { 25sub save_config {
26 &gtk::save_state; 26 &gtk::save_state;
27 Storable::nstore($state, $staterc); 27 Storable::nstore ($state, $staterc);
28 app::status("save_state", "layout saved"); 28 app::status ("save_state", "layout saved");
29} 29}
30 30
31sub format_time($) { 31sub format_time($) {
32 my ($time) = @_; 32 my ($time) = @_;
33 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines