diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-10 01:08:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-10 01:08:17 -0300 |
commit | 515e444e723525d251bdad80ccc9b1209a3abf46 (patch) | |
tree | 46727bb289af58292e8b6174b672f8f4b91324ff /game/options.rpy | |
parent | 2f15dc17ac2b68bba0d1bd44bfd57b6c6881e4cf (diff) | |
download | renpy-2021.05.10.tar.gz renpy-2021.05.10.tar.bz2 renpy-2021.05.10.tar.xz renpy-2021.05.10.zip |
USE_DUMMY_DATA is now set by command-linev2021.05.10
./Mana-Launcher.sh . adv dummy
Diffstat (limited to 'game/options.rpy')
-rw-r--r-- | game/options.rpy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/options.rpy b/game/options.rpy index c89f79a..b38e4df 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -250,5 +250,3 @@ init python: define config.steam_appid = 1570940 define discord_id = 840427221193195541 -define USE_DUMMY_DATA = False - |