ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/random_map.C
(Generate patch)

Comparing deliantra/server/random_maps/random_map.C (file contents):
Revision 1.34 by root, Tue Apr 15 03:00:24 2008 UTC vs.
Revision 1.35 by root, Tue Apr 15 14:21:04 2008 UTC

198 CEDE; 198 CEDE;
199 199
200 unblock_exits (this, layout, RP); 200 unblock_exits (this, layout, RP);
201 201
202 msg = strdup (buf); 202 msg = strdup (buf);
203 in_memory = MAP_IN_MEMORY; 203 in_memory = MAP_ACTIVE;
204 204
205 CEDE; 205 CEDE;
206 206
207 return 1; 207 return 1;
208} 208}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines