diff options
Diffstat (limited to 'game/options.rpy')
-rw-r--r-- | game/options.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/options.rpy b/game/options.rpy index f4115ae..906d9f7 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -58,7 +58,7 @@ define config.rollback_enabled = False ## These three variables control which mixers are shown to the player by ## default. Setting one of these to False will hide the appropriate mixer. -define config.has_sound = True +define config.has_sound = False define config.has_music = False define config.has_voice = False |