diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/04_init.rpy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/game/04_init.rpy b/game/04_init.rpy index 5593b60..af8b005 100644 --- a/game/04_init.rpy +++ b/game/04_init.rpy @@ -160,8 +160,7 @@ init python: global tr_cmd, tr_busy, tr_load schedule_packet() send_packet_now(packet, args) - tr_val = wait_packet() - return + return wait_packet() # In past, this would keep running, in hopes of catching the program quit # and being able to kill the threads... But well, it worked poorly. |