mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
DREAMWEB: 'setSoundOff' is a deprecated sound blaster detail
This commit is contained in:
parent
4b315b1f15
commit
aa0f7f2d58
@ -428,6 +428,7 @@ generator = cpp(context, "DreamGen", blacklist = [
|
||||
'seecommandtail',
|
||||
'setallchanges',
|
||||
'setlocation',
|
||||
'setsoundoff',
|
||||
'setupemm',
|
||||
'setuppit',
|
||||
'setuptimedtemp',
|
||||
|
@ -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();
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user