[Scummvm-cvs-logs] scummvm master -> 02cc2003c66e5b8e449c790d95d3a18439a04b3b

tramboi bertrand_augereau at yahoo.fr
Sun Nov 20 17:50:32 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:
02cc2003c6 DREAMWEB: dochange(void) is not needed anymore


Commit: 02cc2003c66e5b8e449c790d95d3a18439a04b3b
    https://github.com/scummvm/scummvm/commit/02cc2003c66e5b8e449c790d95d3a18439a04b3b
Author: Bertrand Augereau (bertrand_augereau at yahoo.fr)
Date: 2011-11-20T10:50:04-08:00

Commit Message:
DREAMWEB: dochange(void) is not needed anymore

Changed paths:
    engines/dreamweb/stubs.cpp
    engines/dreamweb/stubs.h



diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index cb6cc47..f0f6877 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -1277,10 +1277,6 @@ SetObject *DreamGenContext::getsetad(uint8 index) {
 	return (SetObject *)segRef(data.word(kSetdat)).ptr(0, 0) + index;
 }
 
-void DreamGenContext::dochange() {
-	dochange(al, cl, ch);
-}
-
 void DreamGenContext::dochange(uint8 index, uint8 value, uint8 type) {
 	if (type == 0) { //object
 		getsetad(index)->mapad[0] = value;
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 88c2845..eaa27e8 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -189,7 +189,6 @@
 	void *getanyad(uint8 *value1, uint8 *value2);
 	void *getanyaddir(uint8 index, uint8 flag);
 	void setallchanges();
-	void dochange();
 	void dochange(uint8 index, uint8 value, uint8 type);
 	void deletetaken();
 	bool isCD();






More information about the Scummvm-git-logs mailing list