--- deliantra/server/ext/map-scheduler.ext 2007/01/05 01:06:40 1.14 +++ deliantra/server/ext/map-scheduler.ext 2007/01/05 17:07:17 1.15 @@ -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 }, );