aboutsummaryrefslogtreecommitdiffstats
path: root/Gamestates/Solo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Gamestates/Solo.lua')
-rw-r--r--Gamestates/Solo.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gamestates/Solo.lua b/Gamestates/Solo.lua
index 3e19152..2a73f1f 100644
--- a/Gamestates/Solo.lua
+++ b/Gamestates/Solo.lua
@@ -28,7 +28,7 @@ function Solo:enter() -- Initialize or reset variables when entering game
Solo.Music = Menu.Music
Solo.Music:setLooping(true)
- if Mute == false then
+ if Config.Mute == false then
Solo.Music:rewind()
end
end