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

Comparing deliantra/server/ext/map-world.ext (file contents):
Revision 1.37 by root, Thu Apr 22 12:50:24 2010 UTC vs.
Revision 1.38 by root, Thu Apr 29 07:32:34 2010 UTC

81 Coro::Storable::thaw $map 81 Coro::Storable::thaw $map
82} 82}
83 83
84sub reload() { 84sub reload() {
85 $WORLD = load_gridmap "$MAPDIR/world"; 85 $WORLD = load_gridmap "$MAPDIR/world";
86 warn "worldmap gridmap loaded.\n"; 86 cf::trace "worldmap gridmap loaded.\n";
87} 87}
88 88
89{ 89{
90 my $guard = cf::lock_acquire "ext::world_gridmap"; 90 my $guard = cf::lock_acquire "ext::world_gridmap";
91 91

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines