diff options
author | Paul Gilbert | 2017-03-26 19:07:37 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-03-26 19:07:37 -0400 |
commit | 96e7bb6e3754f234fbdf31ba33367f09b3be5f53 (patch) | |
tree | a49891b2e73282ec06b8f1238d5c9371f95ccca6 /engines/titanic/carry | |
parent | 7556a804137dd6536d5a6715100a668558b58992 (diff) | |
download | scummvm-rg350-96e7bb6e3754f234fbdf31ba33367f09b3be5f53.tar.gz scummvm-rg350-96e7bb6e3754f234fbdf31ba33367f09b3be5f53.tar.bz2 scummvm-rg350-96e7bb6e3754f234fbdf31ba33367f09b3be5f53.zip |
TITANIC: Remove redundant code
Diffstat (limited to 'engines/titanic/carry')
-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; |