diff options
-rw-r--r-- | engines/titanic/carry/plug_in.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/titanic/carry/plug_in.cpp b/engines/titanic/carry/plug_in.cpp index 55767ce9a8..4e6723ab39 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; |