From 3285a4ba4d585739577176baddd8f48478d2f229 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 30 Jan 2010 09:21:07 +0000 Subject: Beginnings of a separation of the MADS and M4 engines into separate classes. This will be cleaner then having checks everywhere for whether the game mode is MADS or M4. svn-id: r47705 --- engines/m4/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/m4/sound.cpp') diff --git a/engines/m4/sound.cpp b/engines/m4/sound.cpp index 6f83c6b6d5..63956259b3 100644 --- a/engines/m4/sound.cpp +++ b/engines/m4/sound.cpp @@ -35,7 +35,7 @@ namespace M4 { -Sound::Sound(M4Engine *vm, Audio::Mixer *mixer, int volume) : +Sound::Sound(MadsM4Engine *vm, Audio::Mixer *mixer, int volume) : _vm(vm), _mixer(mixer) { for (int i = 0; i < SOUND_HANDLES; i++) -- cgit v1.2.3