diff options
author | Filippos Karapetis | 2009-01-24 01:03:06 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-01-24 01:03:06 +0000 |
commit | 17b82253e9aeed06cbfb7051cb25ed6d0d2c4d88 (patch) | |
tree | 33709953b30d8be77c83a09960b0eeddeb4305ed /engines | |
parent | 5556fc7f72856fde1746c89792d97bd826da33a2 (diff) | |
download | scummvm-rg350-17b82253e9aeed06cbfb7051cb25ed6d0d2c4d88.tar.gz scummvm-rg350-17b82253e9aeed06cbfb7051cb25ed6d0d2c4d88.tar.bz2 scummvm-rg350-17b82253e9aeed06cbfb7051cb25ed6d0d2c4d88.zip |
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
Diffstat (limited to 'engines')
-rw-r--r-- | engines/made/made.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
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 |