DREAMWEB: 'setSoundOff' is a deprecated sound blaster detail

This commit is contained in:
Bertrand Augereau 2011-12-05 11:49:21 +01:00
parent 4b315b1f15
commit aa0f7f2d58
3 changed files with 4 additions and 9 deletions

View File

@ -428,6 +428,7 @@ generator = cpp(context, "DreamGen", blacklist = [
'seecommandtail',
'setallchanges',
'setlocation',
'setsoundoff',
'setupemm',
'setuppit',
'setuptimedtemp',

View File

@ -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();

View File

@ -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;