summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-29 22:34:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-29 22:34:23 +0300
commit9913b4b481ddcaf0fa8499f3554c85bb588be7f0 (patch)
tree624ce6b5aa9ea89a462a9484bd350aee4675c3aa /src/game.cpp
parentd425193e392ee14695faa75d7f6d7a7fd3ea4dd2 (diff)
downloadplus-9913b4b481ddcaf0fa8499f3554c85bb588be7f0.tar.gz
plus-9913b4b481ddcaf0fa8499f3554c85bb588be7f0.tar.bz2
plus-9913b4b481ddcaf0fa8499f3554c85bb588be7f0.tar.xz
plus-9913b4b481ddcaf0fa8499f3554c85bb588be7f0.zip
Fix yellow bar settings loading.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index c96771e46..7af443a9b 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -155,6 +155,7 @@ static void initEngines()
if (joystick)
joystick->update();
+ GameModifiers::init();
UpdateStatusListener::distributeEvent();
}