also called by prscore(); this probably belongs in dungeon.c... */
| 1057 | |
| 1058 | /* also called by prscore(); this probably belongs in dungeon.c... */ |
| 1059 | void |
| 1060 | free_dungeons(void) |
| 1061 | { |
| 1062 | #ifdef FREE_ALL_MEMORY |
| 1063 | NHFILE *tnhfp = get_freeing_nhfile(); |
| 1064 | |
| 1065 | savelevchn(tnhfp); |
| 1066 | save_dungeon(tnhfp, FALSE, TRUE); |
| 1067 | free_luathemes(all_themes); |
| 1068 | close_nhfile(tnhfp); |
| 1069 | #endif |
| 1070 | return; |
| 1071 | } |
| 1072 | |
| 1073 | extern int options_set_window_colors_flag; /* options.c */ |
| 1074 |
no test coverage detected