Fix quit confirm at start screen after closing scenario

This commit is contained in:
2015-09-26 02:30:25 -04:00
parent b437045f12
commit 4866081def

View File

@@ -2410,6 +2410,7 @@ void set_up_start_screen() {
set_lb(NLS - 3,LB_TEXT,LB_NO_ACTION,"with the terms of the license."); set_lb(NLS - 3,LB_TEXT,LB_NO_ACTION,"with the terms of the license.");
set_lb(NLS - 2,LB_TEXT,LB_NO_ACTION,"Copyright 1997, All rights reserved."); set_lb(NLS - 2,LB_TEXT,LB_NO_ACTION,"Copyright 1997, All rights reserved.");
set_lb(NLS - 1,LB_TEXT,LB_NO_ACTION,version()); set_lb(NLS - 1,LB_TEXT,LB_NO_ACTION,version());
change_made = false;
set_cursor(wand_curs); set_cursor(wand_curs);
} }