From 9217472f0e4e801659c0a448dcbf57c28fd36ee2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 2 Apr 2006 14:16:31 +0000 Subject: With this change, backends are now responsible for instantiating their OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557 --- sound/mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') diff --git a/sound/mixer.cpp b/sound/mixer.cpp index ba71f0098c..5e26c04f66 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -104,7 +104,7 @@ public: Mixer::Mixer() { - _syst = &OSystem::instance(); + _syst = g_system; _handleSeed = 0; -- cgit v1.2.3