fix 'cancel' on selecting scenarios going to default scen
This commit is contained in:
parent
028f8dd840
commit
5526853aae
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue