From 47b81c122433e5108db230b1dd202f461c5fdfe9 Mon Sep 17 00:00:00 2001 From: James Brown Date: Tue, 12 Mar 2002 04:45:33 +0000 Subject: Patch from Arisme. It's a small one, but it fixes music syncronisation in MI2! svn-id: r3733 --- scummvm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scummvm.cpp b/scummvm.cpp index 484eaf5ae6..56eada213a 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -199,9 +199,9 @@ void Scumm::scummMain(int argc, char **argv) { _minHeapThreshold = 400000; _gameDataPath = NULL; - _gameTempo = 0; + _gameTempo = 0; _videoMode = 0; - + _soundCardType = 3; parseCommandLine(argc, argv); if (_exe_name==NULL) -- cgit v1.2.3