summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-19 14:02:21 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-19 14:02:21 -0300
commit15e306d702a0b9066cab2b798e53973878b605af (patch)
tree5cc549793fe050a2d1aafdff23a61b9e8df38ae3
parentb0c1dd5749b5e0513ab6887b12a557d1dd4831b9 (diff)
downloadrenpy-15e306d702a0b9066cab2b798e53973878b605af.tar.gz
renpy-15e306d702a0b9066cab2b798e53973878b605af.tar.bz2
renpy-15e306d702a0b9066cab2b798e53973878b605af.tar.xz
renpy-15e306d702a0b9066cab2b798e53973878b605af.zip
Found another stupid mistake
-rw-r--r--game/renpy.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/renpy.rpy b/game/renpy.rpy
index 326dfb7..d9e5e28 100644
--- a/game/renpy.rpy
+++ b/game/renpy.rpy
@@ -228,6 +228,7 @@ label load_world:
## Internal Sanitization
$ stdout("WID Target: %d" % (desti))
if desti >= 0:
+ $ _return = desti
jump load_world
# Automatically loop back