summaryrefslogtreecommitdiff
path: root/qeditor.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'qeditor.rpy')
-rw-r--r--qeditor.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/qeditor.rpy b/qeditor.rpy
index df6f707..dd19ddc 100644
--- a/qeditor.rpy
+++ b/qeditor.rpy
@@ -204,7 +204,7 @@ screen quest_editor():
textbutton _("Close") action Return()
textbutton _("New Quest") action Function(qeditor_new)
textbutton _("New S.") action Function(qeditor_new, 1)
- textbutton _("Auto-New") action Call("qeditor_supernew")
+ textbutton _("Auto-New") action Jump("qeditor_supernew")
## Right-click and escape refresh screen
key "game_menu" action Function(RestartInteraction)#Return()