diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-19 13:59:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-19 13:59:59 -0300 |
commit | b0c1dd5749b5e0513ab6887b12a557d1dd4831b9 (patch) | |
tree | 695387c8304b91a87eb3bc5a2f500418b7464281 | |
parent | 0cb10bb1b0b90a9528f53116d537112271b3570c (diff) | |
download | renpy-b0c1dd5749b5e0513ab6887b12a557d1dd4831b9.tar.gz renpy-b0c1dd5749b5e0513ab6887b12a557d1dd4831b9.tar.bz2 renpy-b0c1dd5749b5e0513ab6887b12a557d1dd4831b9.tar.xz renpy-b0c1dd5749b5e0513ab6887b12a557d1dd4831b9.zip |
This was a stupid typo
-rw-r--r-- | game/renpy.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/renpy.rpy b/game/renpy.rpy index d3a0ee5..326dfb7 100644 --- a/game/renpy.rpy +++ b/game/renpy.rpy @@ -227,7 +227,7 @@ label load_world: ## Internal Sanitization $ stdout("WID Target: %d" % (desti)) - if desti > 0: + if desti >= 0: jump load_world # Automatically loop back |