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

Comparing deliantra/server/ext/map-random.ext (file contents):
Revision 1.24 by root, Sat May 3 08:50:30 2008 UTC vs.
Revision 1.25 by root, Sat May 3 15:17:13 2008 UTC

96 $map->destroy; 96 $map->destroy;
97 } 97 }
98 }; 98 };
99} 99}
100 100
101# prefetch test, load some ocean-maps
102if (0) {
103 cf::async {
104 # 0.58
105 Coro::Timer::sleep 2;
106 for my $x (200..219) {
107 for my $y (200..219) {
108 (cf::map::find "/world/world_$x\_$y")->load;
109 }
110 }
111 };
112}
113
1011 1141
102 115

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines