diff options
-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 |