From 17b82253e9aeed06cbfb7051cb25ed6d0d2c4d88 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 24 Jan 2009 01:03:06 +0000 Subject: Removed leftover test code for MADE V1, used in Manhole EGA (though the sound effects in Manhole EGA are still not working) svn-id: r36028 --- engines/made/made.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'engines/made') diff --git a/engines/made/made.cpp b/engines/made/made.cpp index d28f3b0bea..a7be211ada 100644 --- a/engines/made/made.cpp +++ b/engines/made/made.cpp @@ -288,22 +288,6 @@ Common::Error MadeEngine::go() { _autoStopSound = false; _eventNum = _eventKey = _eventMouseX = _eventMouseY = 0; -#if 0 - // V1 test code - if (getVersion() == 1) { - // Music test (works) - _music->playSMF(_res->getMidi(1)); - - // SFX test (not working) - Audio::SoundHandle audioStreamHandle; - SoundResource *soundRes = _res->getSound(1); - _mixer->playInputStream(Audio::Mixer::kPlainSoundType, &audioStreamHandle, - soundRes->getAudioStream(_soundRate, false)); - - quitGame(); - } -#endif - #ifdef DUMP_SCRIPTS _script->dumpAllScripts(); #else -- cgit v1.2.3