From ac62a7cb2e17a86350681366d768a99db3b9845d Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Sun, 14 Apr 2002 18:13:08 +0000 Subject: wrote new mixer class, cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937 --- gameDetector.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gameDetector.h') diff --git a/gameDetector.h b/gameDetector.h index dc2d62b9f0..296ba6539d 100644 --- a/gameDetector.h +++ b/gameDetector.h @@ -34,6 +34,9 @@ public: bool _use_adlib; + byte _music_volume; + bool _mt32emulate; + uint16 _debugMode; uint16 _noSubtitles; uint16 _bootParam; @@ -41,7 +44,6 @@ public: char *_gameDataPath; int _gameTempo; - void *_soundEngine; int _midi_driver; char *_exe_name; const char *_gameText; -- cgit v1.2.3