diff options
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/dreamweb/dreamgen.h | 7 | ||||
| -rw-r--r-- | engines/dreamweb/stubs.cpp | 5 |
2 files changed, 3 insertions, 9 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h index 9964be8fc6..b9b9467b98 100644 --- a/engines/dreamweb/dreamgen.h +++ b/engines/dreamweb/dreamgen.h @@ -562,7 +562,7 @@ public: void entryTexts(); void checkInput(); void setMode(); - void showDiary(); + void getBackFromOps(); void openSarters(); void putUnderCentre(); void checkObjectSize(); @@ -608,7 +608,7 @@ public: void train(); void fadeDownMon(); void bartender(); - void getBackFromOps(); + void showDiary(); void sLabDoorF(); void outOfOpen(); void dirCom(); @@ -779,7 +779,7 @@ public: void openLouis(); void lookAtCard(); void helicopter(); - void setSoundOff(); + void getEitherAd(); void setPickup(); void dropObject(); void reExFromOpen(); @@ -879,7 +879,6 @@ public: void useWinch(); void setBotRight(); void aide(); - void getEitherAd(); void updateSymbolTop(); void allPointer(); void checkSoundInt(); diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index f02d22a9d3..a61e4bab83 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -485,7 +485,6 @@ void DreamGenContext::dreamweb() { data.byte(kWongame) = 0; engine->loadSounds(0, "DREAMWEB.V99"); // basic sample - setSoundOff(); bool firstLoop = true; @@ -1097,10 +1096,6 @@ void DreamGenContext::checkSoundInt() { data.byte(kTestresult) = 1; } -void DreamGenContext::setSoundOff() { - warning("setsoundoff: STUB"); -} - void DreamGenContext::loadSpeech() { cancelCh1(); data.byte(kSpeechloaded) = 0; |
