aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/made/made.cpp16
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