version 1.58 | | version 1.59 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.58 2002/02/13 21:10:03 jbontje Exp $"; | | * "$Id: main.c,v 1.59 2002/05/20 03:11:50 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if (!newmap) { | | if (!newmap) { |
LOG(llevError,"enter_exit: Pathname to map does not exist! (%s)\n", op->contr->maplevel); | | LOG(llevError,"enter_exit: Pathname to map does not exist! (%s)\n", op->contr->maplevel); |
newmap = ready_map_name(EMERGENCY_MAPPATH, 0); | | newmap = ready_map_name(EMERGENCY_MAPPATH, 0); |
| | op->x = EMERGENCY_X; |
| | op->y = EMERGENCY_Y; |
/* If we can't load the emergency map, something is probably really | | /* If we can't load the emergency map, something is probably really |
* screwed up, so bail out now. | | * screwed up, so bail out now. |
*/ | | */ |