From 65049228a8d4bcfbcedae75d098256bbbdc92baa Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Thu, 24 May 2018 06:46:16 +1000 Subject: ILLUSIONS: Remove old TODOs (cherry picked from commit bb95440) --- engines/illusions/bbdou/bbdou_foodctl.h | 1 - engines/illusions/bbdou/illusions_bbdou.cpp | 2 -- engines/illusions/bbdou/scriptopcodes_bbdou.cpp | 1 - 3 files changed, 4 deletions(-) (limited to 'engines/illusions/bbdou') diff --git a/engines/illusions/bbdou/bbdou_foodctl.h b/engines/illusions/bbdou/bbdou_foodctl.h index 5a3177765e..70247bf943 100644 --- a/engines/illusions/bbdou/bbdou_foodctl.h +++ b/engines/illusions/bbdou/bbdou_foodctl.h @@ -30,7 +30,6 @@ namespace Illusions { class IllusionsEngine_BBDOU; -// TODO Merge counts? const uint kFoodMaxPropertyIdsCount = 15; const uint kFoodCount = 16; diff --git a/engines/illusions/bbdou/illusions_bbdou.cpp b/engines/illusions/bbdou/illusions_bbdou.cpp index 78315c404c..7e443e2361 100644 --- a/engines/illusions/bbdou/illusions_bbdou.cpp +++ b/engines/illusions/bbdou/illusions_bbdou.cpp @@ -186,7 +186,6 @@ Common::Error IllusionsEngine_BBDOU::run() { _scriptOpcodes = new ScriptOpcodes_BBDOU(this); _stack = new ScriptStack(); - // TODO Move to own class _resGetCtr = 0; _unpauseControlActorFlag = false; _lastUpdateTime = 0; @@ -266,7 +265,6 @@ bool IllusionsEngine_BBDOU::hasFeature(EngineFeature f) const { } void IllusionsEngine_BBDOU::initInput() { - // TODO Check if these are correct... _input->setInputEvent(kEventLeftClick, 0x01) .addMouseButton(MOUSE_LEFT_BUTTON) .addKey(Common::KEYCODE_RETURN); diff --git a/engines/illusions/bbdou/scriptopcodes_bbdou.cpp b/engines/illusions/bbdou/scriptopcodes_bbdou.cpp index 9dd9c9aac4..d81cf0dac9 100644 --- a/engines/illusions/bbdou/scriptopcodes_bbdou.cpp +++ b/engines/illusions/bbdou/scriptopcodes_bbdou.cpp @@ -504,7 +504,6 @@ void ScriptOpcodes_BBDOU::opStartMoveActor(ScriptThread *scriptThread, OpCall &o ARG_UINT32(namedPointId); // NOTE Skipped checking for stalled sequence, not sure if needed Control *control = _vm->_dict->getObjectControl(objectId); - //if (!control) { opCall._deltaOfs = 0; return; }// TODO CHECKME if (!control) { return; }// TODO CHECKME Common::Point pos = _vm->getNamedPointPosition(namedPointId); control->startMoveActor(sequenceId, pos, opCall._callerThreadId, opCall._threadId); -- cgit v1.2.3