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.14 by elmex, Sat Jun 5 15:58:00 2004 UTC vs.
Revision 1.15 by root, Sat Jun 5 16:01:53 2004 UTC

16 16
17$state->{version} = $stateversion; 17$state->{version} = $stateversion;
18 18
19$::config = $state->{config} ||= {}; 19$::config = $state->{config} ||= {};
20 20
21$::config->{speed} = 0; #d# optimize for speed or memory? (0,1) 21$::config->{speed} = 0; #d# optimize for speed or memory? (0,1)
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$::config->{suppress_userpic} = 0; # for omitting the userpic in the game window 24$::config->{suppress_userpic} = 0; # for omitting the userpic in the game window
25 25
26sub save_config { 26sub save_config {
27 &gtk::save_state; 27 &gtk::save_state;
28 Storable::nstore ($state, $staterc); 28 Storable::nstore ($state, $staterc);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines