diff options
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index d0e8eb1450..6d13ed6378 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -472,7 +472,7 @@ void DreamGenContext::dreamweb() { } seeCommandTail(); - soundStartup(); + // soundStartup used to be done here... setKeyboardInt(); allocateBuffers(); setMouse(); @@ -1058,15 +1058,6 @@ void DreamGenContext::deallocateMem(uint16 segment) { } } -void DreamGenContext::soundStartup() {} -void DreamGenContext::soundEnd() {} -void DreamGenContext::interruptTest() {} -void DreamGenContext::disableSoundInt() {} -void DreamGenContext::enableSoundInt() {} -void DreamGenContext::checkSoundInt() { - data.byte(kTestresult) = 1; -} - void DreamGenContext::loadSpeech() { cancelCh1(); data.byte(kSpeechloaded) = 0; |