fix 'cancel' on selecting scenarios going to default scen

This commit is contained in:
nehalmistry 2003-06-11 00:15:14 +00:00
parent 028f8dd840
commit 5526853aae

View file

@ -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;