ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-scheduler.ext
(Generate patch)

Comparing deliantra/server/ext/map-scheduler.ext (file contents):
Revision 1.29 by root, Mon Feb 12 01:33:41 2007 UTC vs.
Revision 1.30 by root, Wed Feb 14 00:43:54 2007 UTC

21 21
22 for my $map (@$files) { 22 for my $map (@$files) {
23 utf8::decode $map; 23 utf8::decode $map;
24 next if $map =~ /\.(?:pst|meta)$/; 24 next if $map =~ /\.(?:pst|meta)$/;
25 cf::map::find $map; 25 cf::map::find $map;
26 $cf::WAIT_FOR_TICK_ONE->wait; 26 $cf::WAIT_FOR_TICK->wait;
27 $cf::WAIT_FOR_TICK->wait;
28 $cf::WAIT_FOR_TICK->wait;
27 } 29 }
28 30
29 #TODO: should also preload random maps... 31 #TODO: should also preload random maps...
30}; 32};
31 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines