version 1.54 | | version 1.55 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.54 2001/12/23 08:17:36 mwedel Exp $"; | | * "$Id: main.c,v 1.55 2002/01/01 23:37:55 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* screwed up, so bail out now. | | * screwed up, so bail out now. |
*/ | | */ |
if (!newmap) { | | if (!newmap) { |
LOG(llevError,"enter_exit: could not load emergency map? Fata error\n"); | | LOG(llevError,"enter_exit: could not load emergency map? Fatal error\n"); |
abort(); | | abort(); |
} | | } |
} | | } |
| | |
#ifdef RECYCLE_TMP_MAPS | | #ifdef RECYCLE_TMP_MAPS |
swap_map(m); | | swap_map(m); |
#else | | #else |
new_save_map(m, 0); | | new_save_map(m, 2); /* note we save here into a overlay map */ |
clean_tmp_map(m); | | clean_tmp_map(m); |
#endif | | #endif |
} | | } |