summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/misc.rpy1
-rw-r--r--game/options.rpy2
2 files changed, 2 insertions, 1 deletions
diff --git a/game/misc.rpy b/game/misc.rpy
index 78bd6c3..b67a757 100644
--- a/game/misc.rpy
+++ b/game/misc.rpy
@@ -393,6 +393,7 @@ init python:
def dall_fetch():
global pat, statusmsg, progress, max_value, status
try:
+ statusmsg = "Fetching assets..."
print("Fetching http://%s/assets%s ..." % (persistent.host, pat))
r = requests.get("http://%s/assets%s" % (persistent.host, pat), verify=False, stream=True)
if r.status_code / 100 != 2:
diff --git a/game/options.rpy b/game/options.rpy
index bcb1f36..e5b505d 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -17,7 +17,7 @@ init -2 python:
## The version of the game.
- config.version = "2.0.12.15"
+ config.version = "2.1.8.8"
## Determines if the title given above is shown on the main menu screen. Set