[Scummvm-git-logs] scummvm master -> 96e7bb6e3754f234fbdf31ba33367f09b3be5f53

dreammaster dreammaster at scummvm.org
Mon Mar 27 01:07:47 CEST 2017


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:
96e7bb6e37 TITANIC: Remove redundant code


Commit: 96e7bb6e3754f234fbdf31ba33367f09b3be5f53
    https://github.com/scummvm/scummvm/commit/96e7bb6e3754f234fbdf31ba33367f09b3be5f53
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-03-26T19:07:37-04:00

Commit Message:
TITANIC: Remove redundant code

Changed paths:
    engines/titanic/carry/plug_in.cpp


diff --git a/engines/titanic/carry/plug_in.cpp b/engines/titanic/carry/plug_in.cpp
index 55767ce..4e6723a 100644
--- a/engines/titanic/carry/plug_in.cpp
+++ b/engines/titanic/carry/plug_in.cpp
@@ -52,10 +52,6 @@ bool CPlugIn::UseWithOtherMsg(CUseWithOtherMsg *msg) {
 	} else if (isEquals("DatasideTransporter")) {
 		CShowTextMsg textMsg(INCORRECTLY_CALIBRATED);
 		textMsg.execute("PET");
-	} else if (isEquals("DatasideTransporter")) {
-		error("TODO: Set msg->_other->fieldC4 = 2");
-	} else if (isEquals("SendYourself")) {
-		error("TODO: Set msg->_other->fieldC8 = 1");
 	}
 
 	return true;





More information about the Scummvm-git-logs mailing list