[Scummvm-cvs-logs] scummvm master -> aa0f7f2d58e5045f21688b955b1a55f3b00cc86a

tramboi bertrand_augereau at yahoo.fr
Mon Dec 5 08:50:27 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
aa0f7f2d58 DREAMWEB: 'setSoundOff' is a deprecated sound blaster detail


Commit: aa0f7f2d58e5045f21688b955b1a55f3b00cc86a
    https://github.com/scummvm/scummvm/commit/aa0f7f2d58e5045f21688b955b1a55f3b00cc86a
Author: Bertrand Augereau (bertrand_augereau at yahoo.fr)
Date: 2011-12-05T02:49:21-08:00

Commit Message:
DREAMWEB: 'setSoundOff' is a deprecated sound blaster detail

Changed paths:
    devtools/tasmrecover/tasm-recover
    engines/dreamweb/dreamgen.h
    engines/dreamweb/stubs.cpp



diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover
index 58d1d0a..3e4fa2d 100755
--- a/devtools/tasmrecover/tasm-recover
+++ b/devtools/tasmrecover/tasm-recover
@@ -428,6 +428,7 @@ generator = cpp(context, "DreamGen", blacklist = [
 	'seecommandtail',
 	'setallchanges',
 	'setlocation',
+	'setsoundoff',
 	'setupemm',
 	'setuppit',
 	'setuptimedtemp',
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index 9964be8..b9b9467 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 f02d22a..a61e4ba 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;






More information about the Scummvm-git-logs mailing list