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.10 by pcg, Fri Jun 6 05:14:02 2003 UTC vs.
Revision 1.11 by pcg, Tue Jul 22 21:24:50 2003 UTC

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 appwin::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