Added extra message when downloading external resources.

This commit is contained in:
cib
2013-06-11 20:53:29 +02:00
parent 4e0c68b88a
commit 13b16bcd69

View File

@@ -104,8 +104,12 @@
return
// Change the way they should download resources.
if(config.resource_urls) src.preload_rsc = pick(config.resource_urls)
if(config.resource_urls)
src.preload_rsc = pick(config.resource_urls)
else src.preload_rsc = 1 // If config.resource_urls is not set, preload like normal.
src << "\red If the title screen is black, resources are still downloading. Please be patient until the title screen appears."
clients += src
directory[ckey] = src