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.10 by root, Thu Jan 4 01:35:55 2007 UTC vs.
Revision 1.11 by root, Thu Jan 4 16:19:32 2007 UTC

48 } 48 }
49}; 49};
50 50
51$SCHEDULER->prio (-2); 51$SCHEDULER->prio (-2);
52 52
53# map load prefetch
54cf::map->attach (
55 on_enter => sub {
56 my ($map, $pl) = @_;
57
58 # floodfill surrounging maps, asynchronously
59 },
60);
61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines