diff -r 06f7b463ee52 -r 614d996f6be7 misc_gui.c --- a/misc_gui.c Thu May 12 00:20:16 2005 +0000 +++ b/misc_gui.c Thu May 12 23:46:01 2005 +0000 @@ -1496,7 +1496,7 @@ SetFiosType(file->type); strcpy(_file_to_saveload.name, name); DeleteWindow(w); - DoCommandP(0, Random(), InteractiveRandom(), NULL, CMD_START_SCENARIO); + StartScenarioEditor(Random(), InteractiveRandom()); } } break;