diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/loc.cpp | 1 | ||||
-rw-r--r-- | engines/tony/mpal/mpal.cpp | 1 | ||||
-rw-r--r-- | engines/tony/tony.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/engines/tony/loc.cpp b/engines/tony/loc.cpp index 70e800a5d4..cee657791d 100644 --- a/engines/tony/loc.cpp +++ b/engines/tony/loc.cpp @@ -1021,7 +1021,6 @@ void RMWipe::Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim) { /***************************************************************************/ short RMCharacter::FindPath(short source, short destination) { - // FIXME: Refactor static RMBox BOX[MAXBOXES]; // Matrice di Adjacenza static short COSTO[MAXBOXES]; // Costi per Nodo static short VALIDO[MAXBOXES]; // 0:non valido 1:valido 2:saturo diff --git a/engines/tony/mpal/mpal.cpp b/engines/tony/mpal/mpal.cpp index 66d467f301..f049ecf3ea 100644 --- a/engines/tony/mpal/mpal.cpp +++ b/engines/tony/mpal/mpal.cpp @@ -1229,7 +1229,6 @@ void LocationPollThread(CORO_PARAM, const void *param) { */ // Set idle skip on - // FIXME: Convert to co-routine CORO_INVOKE_4(GLOBALS.lplpFunctions[200], 0, 0, 0, 0); for (_ctx->i = 0; _ctx->i < _ctx->nRealItems; _ctx->i++) diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp index aa110ce008..d476f60859 100644 --- a/engines/tony/tony.cpp +++ b/engines/tony/tony.cpp @@ -514,7 +514,6 @@ void TonyEngine::PlayProcess(CORO_PARAM, const void *param) { CORO_INVOKE_1(CoroScheduler.sleep, 50); // Call the engine to handle the next frame - // FIXME: This needs to be moved into it's own process CORO_INVOKE_1(_vm->_theEngine.DoFrame, _vm->m_bDrawLocation); // Warns that a frame is finished |