diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-21 17:57:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-21 17:57:54 -0300 |
commit | a99ec36140b2558164ffa93743c6d31549a77d58 (patch) | |
tree | 0e65fb5938791590805b82e85c30b53ecdeec181 /game | |
parent | 2f8c13b02951de9b8c66d4ab3f49b0dd9f130736 (diff) | |
download | client-a99ec36140b2558164ffa93743c6d31549a77d58.tar.gz client-a99ec36140b2558164ffa93743c6d31549a77d58.tar.bz2 client-a99ec36140b2558164ffa93743c6d31549a77d58.tar.xz client-a99ec36140b2558164ffa93743c6d31549a77d58.zip |
If download is aborted, unset tr_loading
Diffstat (limited to 'game')
-rw-r--r-- | game/03_init.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/03_init.rpy b/game/03_init.rpy index 6bc5cad..b61dabd 100644 --- a/game/03_init.rpy +++ b/game/03_init.rpy @@ -281,6 +281,7 @@ init python: tag=img print("tag is %s" % str(tag)) renpy.show("spinner", at_list=at_list, tag=tag, zorder=zorder, behind=behind, atl=atl, what=what, layer=layer) # TODO Show error + tr_loading=False return # TODO: “Retry?” except: |