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

sev- sev at scummvm.org
Thu Nov 3 00:24:57 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:
c8bc4e37a8 DREAMWEB: Remove explicit comparisons


Commit: c8bc4e37a83e01b149bef85f391b5d7e99c4bf0d
    https://github.com/scummvm/scummvm/commit/c8bc4e37a83e01b149bef85f391b5d7e99c4bf0d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-11-02T16:24:17-07:00

Commit Message:
DREAMWEB: Remove explicit comparisons

Changed paths:
    engines/dreamweb/stubs.cpp



diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index bfa22f4..7f8a511 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -1477,8 +1477,6 @@ void DreamGenContext::checkcoords(const RectWithCallback *rectWithCallbacks) {
 				dropobject();
 			else if(callback == addr_useopened)
 				useopened();
-			else if(callback == addr_setpickup)
-				setpickup();
 			else if(callback == addr_intoinv)
 				intoinv();
 			// withlist1
@@ -1542,8 +1540,6 @@ void DreamGenContext::checkcoords(const RectWithCallback *rectWithCallbacks) {
 				diarykeyn();
 			else if(callback == addr_diarykeyp)
 				diarykeyp();
-			else if(callback == addr_quitkey)
-				quitkey();
 			// opslist
 			else if(callback == addr_getbackfromops)
 				getbackfromops();






More information about the Scummvm-git-logs mailing list