diff options
Diffstat (limited to 'sound/mixer.cpp')
-rw-r--r-- | sound/mixer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 5358be7274..a981e32cda 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -99,7 +99,7 @@ public: SoundMixer::SoundMixer() { - _syst = OSystem::instance(); + _syst = &OSystem::instance(); _mutex = _syst->createMutex(); _premixChannel = 0; |