crash fix
don't try to clear the window if windows haven't been inited yet
This commit is contained in:
+1
-1
@@ -665,7 +665,7 @@ init_dungeons() /* initialize the "dungeon" structs */
|
|||||||
* check_version() they will be printed using pline(), which doesn't
|
* check_version() they will be printed using pline(), which doesn't
|
||||||
* mix with the raw messages that might be already on the screen
|
* mix with the raw messages that might be already on the screen
|
||||||
*/
|
*/
|
||||||
clear_nhwindow(WIN_MAP);
|
if (iflags.window_inited) clear_nhwindow(WIN_MAP);
|
||||||
if (!check_version(&vers_info, DUNGEON_FILE, TRUE))
|
if (!check_version(&vers_info, DUNGEON_FILE, TRUE))
|
||||||
panic("Dungeon description not valid.");
|
panic("Dungeon description not valid.");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user