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

Comparing deliantra/server/server/main.C (file contents):
Revision 1.123 by root, Tue Apr 15 03:16:02 2008 UTC vs.
Revision 1.124 by root, Tue Apr 15 14:21:04 2008 UTC

124 * the function that calls this should figure them out. 124 * the function that calls this should figure them out.
125 */ 125 */
126void 126void
127object::enter_map (maptile *newmap, int x, int y) 127object::enter_map (maptile *newmap, int x, int y)
128{ 128{
129 if (destroyed () || !newmap || newmap->in_memory != MAP_IN_MEMORY) 129 if (destroyed () || !newmap || newmap->in_memory != MAP_ACTIVE)
130 return; 130 return;
131 131
132 if (out_of_map (newmap, x, y)) 132 if (out_of_map (newmap, x, y))
133 { 133 {
134 LOG (llevError, "enter_map: supplied coordinates are not within the map! (%s: %d, %d)\n", &newmap->path, x, y); 134 LOG (llevError, "enter_map: supplied coordinates are not within the map! (%s: %d, %d)\n", &newmap->path, x, y);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines