From 8f3f73983c5cc90d595684b200e28aad285daeba Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 Dec 2020 10:57:15 -0300 Subject: Remove unused variable and make some the combat TMP variables are always initalized --- game/04_init.rpy | 2 +- game/05_init.rpy | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/game/04_init.rpy b/game/04_init.rpy index ba7ccd1..7117dcc 100644 --- a/game/04_init.rpy +++ b/game/04_init.rpy @@ -165,7 +165,7 @@ init python: def send_packet(packet, args="", fg=True): - global tr_cmd, tr_busy, tr_load + global tr_busy, tr_load schedule_packet() send_packet_now(packet, args) return wait_packet(fg) diff --git a/game/05_init.rpy b/game/05_init.rpy index 60b8878..3ffbe03 100644 --- a/game/05_init.rpy +++ b/game/05_init.rpy @@ -24,9 +24,10 @@ label prestart: tr_busy=True tr_val="" tr_load=False - tr_cmd=["", ""] tr_uptodate=False tr_memcheck=False + TMP_MUSIC=get_sfx("bgm03") + TMP_BACKG="battle" session_id=uuid.uuid4().hex config.predict_screens=False config.predict_screen_statements=False -- cgit v1.2.3-70-g09d2