summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_gui.c b/misc_gui.c
index 20b18a0ae..39def21c3 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -1496,7 +1496,7 @@ static void SelectScenarioWndProc(Window *w, WindowEvent *e) {
SetFiosType(file->type);
strcpy(_file_to_saveload.name, name);
DeleteWindow(w);
- DoCommandP(0, Random(), InteractiveRandom(), NULL, CMD_START_SCENARIO);
+ StartScenarioEditor(Random(), InteractiveRandom());
}
}
break;