From 5526853aaece505c297f699dc63ebb4c69df43e6 Mon Sep 17 00:00:00 2001 From: nehalmistry <> Date: Wed, 11 Jun 2003 00:15:14 +0000 Subject: [PATCH] fix 'cancel' on selecting scenarios going to default scen --- src/ui/menus.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ui/menus.cpp b/src/ui/menus.cpp index bfc20a66c..5dadce646 100644 --- a/src/ui/menus.cpp +++ b/src/ui/menus.cpp @@ -4032,6 +4032,8 @@ local void ScenSelectOk(void) */ local void ScenSelectCancel(void) { + // FIXME: why is all this below needed? +/* char *s; // @@ -4055,6 +4057,7 @@ local void ScenSelectCancel(void) } DebugLevel0Fn("Start path: %s\n" _C_ ScenSelectPath); +*/ CurrentMenu->Items[9].d.button.text = NULL;