--- deliantra/server/ext/map-scheduler.ext 2007/01/04 17:28:49 1.13 +++ deliantra/server/ext/map-scheduler.ext 2007/01/05 17:07:17 1.15 @@ -11,7 +11,7 @@ cf::coro { $Coro::current->prio (Coro::PRIO_MIN); - # load the header of swapped-out. + # load the header of swapped-out maps. # this is not a correctness issue, it simply saves diskspace # because old files will get cleaned up on reset time Coro::Timer::sleep 5; @@ -70,12 +70,13 @@ $SCHEDULER->prio (-2); -# map load prefetch +# map load prefetch for tiled maps, possibly exits, too cf::map->attach ( on_enter => sub { my ($map, $pl) = @_; - # floodfill surrounging maps, asynchronously +# warn "$pl $map->{path}{path}\n";#d# + # floodfill surrounding maps, asynchronously }, );