summaryrefslogtreecommitdiff
path: root/game/04_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-31 10:57:15 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-31 10:57:15 -0300
commit8f3f73983c5cc90d595684b200e28aad285daeba (patch)
treeb7a5fefaf80714f175fa4b7a1b4aa5baf37d4054 /game/04_init.rpy
parent73da1a78ad4959ba435fde987701e82826427160 (diff)
downloadclient-8f3f73983c5cc90d595684b200e28aad285daeba.tar.gz
client-8f3f73983c5cc90d595684b200e28aad285daeba.tar.bz2
client-8f3f73983c5cc90d595684b200e28aad285daeba.tar.xz
client-8f3f73983c5cc90d595684b200e28aad285daeba.zip
Remove unused variable and make some the combat TMP variables are always initalized
Diffstat (limited to 'game/04_init.rpy')
-rw-r--r--game/04_init.rpy2
1 files changed, 1 insertions, 1 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)