summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-10 22:31:24 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-10 22:31:24 -0300
commit502e289b65eae3d492f1ab9460af11b2153237d3 (patch)
tree635308a80273df0f05cd84ee1c5c89a899a5ca79 /game
parentfdba5228b37e25e7a48394e75ba54da66cbf70aa (diff)
downloadrenpy-502e289b65eae3d492f1ab9460af11b2153237d3.tar.gz
renpy-502e289b65eae3d492f1ab9460af11b2153237d3.tar.bz2
renpy-502e289b65eae3d492f1ab9460af11b2153237d3.tar.xz
renpy-502e289b65eae3d492f1ab9460af11b2153237d3.zip
Fix spurious pause
Diffstat (limited to 'game')
-rw-r--r--game/renpy.rpy3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/renpy.rpy b/game/renpy.rpy
index edbcf53..bbb8275 100644
--- a/game/renpy.rpy
+++ b/game/renpy.rpy
@@ -113,7 +113,8 @@ label start:
if not responsive:
scene black
centered "{color=#FFF}{b}An error happened.{/b}\n\nPlease login again. If this issue persists, relaunch the app or {a=https://discord.gg/BQNTe68}contact us{/a}{/color}"
- jump die
+ $ stdout("Program died - unsucessful game launch")
+ return
# Automatically loop back
# Will never reach this line