aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
authorNicolas Bacca2002-05-18 20:12:41 +0000
committerNicolas Bacca2002-05-18 20:12:41 +0000
commit427cc598e02ce3e4cd2f64843ce721c1947218e6 (patch)
treed165289c9f0a01ae0fdf5269472d9b62166c4eac /scummvm.cpp
parent3b4c6ceb0f621b68a5a44922d7218987faedb10e (diff)
downloadscummvm-rg350-427cc598e02ce3e4cd2f64843ce721c1947218e6.tar.gz
scummvm-rg350-427cc598e02ce3e4cd2f64843ce721c1947218e6.tar.bz2
scummvm-rg350-427cc598e02ce3e4cd2f64843ce721c1947218e6.zip
Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu driver, and add streaming (ahah) emulation - someone please fix this as soon as possible :)
svn-id: r4349
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 08a851d38d..d00fa6113f 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -1425,6 +1425,8 @@ Scumm *Scumm::createFromDetector(GameDetector *detector, OSystem *syst)
/* HACK !!! */
g_scumm = scumm;
+ g_system = scumm->_system;
+ g_mixer = &scumm->_mixer[0];
/* END HACK */
// scumm->_fullScreen = detector->_fullScreen;