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.56 by root, Mon Dec 25 11:25:49 2006 UTC vs.
Revision 1.57 by root, Mon Dec 25 14:43:23 2006 UTC

219 x = MAP_ENTER_X (newmap); 219 x = MAP_ENTER_X (newmap);
220 y = MAP_ENTER_Y (newmap); 220 y = MAP_ENTER_Y (newmap);
221 if (out_of_map (newmap, x, y)) 221 if (out_of_map (newmap, x, y))
222 { 222 {
223 LOG (llevError, "enter_map: map %s provides invalid default enter location (%d, %d) > (%d, %d)\n", 223 LOG (llevError, "enter_map: map %s provides invalid default enter location (%d, %d) > (%d, %d)\n",
224 newmap->path, x, y, MAP_WIDTH (newmap), MAP_HEIGHT (newmap)); 224 newmap->path, x, y, newmap->width, newmap->height);
225 new_draw_info (NDI_UNIQUE, 0, op, "The exit is closed"); 225 new_draw_info (NDI_UNIQUE, 0, op, "The exit is closed");
226 return; 226 return;
227 } 227 }
228 } 228 }
229 229

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines