diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-19 14:02:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-19 14:02:21 -0300 |
commit | 15e306d702a0b9066cab2b798e53973878b605af (patch) | |
tree | 5cc549793fe050a2d1aafdff23a61b9e8df38ae3 | |
parent | b0c1dd5749b5e0513ab6887b12a557d1dd4831b9 (diff) | |
download | renpy-15e306d702a0b9066cab2b798e53973878b605af.tar.gz renpy-15e306d702a0b9066cab2b798e53973878b605af.tar.bz2 renpy-15e306d702a0b9066cab2b798e53973878b605af.tar.xz renpy-15e306d702a0b9066cab2b798e53973878b605af.zip |
Found another stupid mistake
-rw-r--r-- | game/renpy.rpy | 1 |
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 |