summaryrefslogtreecommitdiff
path: root/game/script.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/script.rpy')
-rw-r--r--game/script.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/script.rpy b/game/script.rpy
index 5f548c5..353e582 100644
--- a/game/script.rpy
+++ b/game/script.rpy
@@ -45,6 +45,7 @@ label start:
# Check if we need to register
if persistent.password is None:
+ $ main_menu = True
call screen welcome
return
@@ -129,6 +130,7 @@ label login:
## If you just registered, go to prologue
if (email):
+ $ main_menu = False
$ del email
jump prologue