aboutsummaryrefslogtreecommitdiffstats
path: root/Gamestates/Solo.lua
diff options
context:
space:
mode:
authorFallstar <fallstar@live.fr>2014-05-25 00:05:22 +0000
committerFallstar <fallstar@live.fr>2014-05-25 00:05:22 +0000
commit6ba298e0b0062665f4ca2295798d21eed678726a (patch)
tree2eae9dcd543f5dcb978af6b1b501244a837900da /Gamestates/Solo.lua
parent9182ae1642a750fd5a8a574a6bbd1a36c105d9d9 (diff)
downloadMastermind-6ba298e0b0062665f4ca2295798d21eed678726a.tar.gz
Mastermind-6ba298e0b0062665f4ca2295798d21eed678726a.tar.bz2
Mastermind-6ba298e0b0062665f4ca2295798d21eed678726a.tar.xz
Mastermind-6ba298e0b0062665f4ca2295798d21eed678726a.zip
Mute is now Config.Mute and really dirty, but does the job. Updated TODO as well.
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