Skip to content

Commit

Permalink
TONY: Removed some no longer needed FIXME's
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 13, 2012
1 parent 94f5a98 commit cf3d2cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion engines/tony/loc.cpp
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion engines/tony/mpal/mpal.cpp
Expand Up @@ -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++)
Expand Down
1 change: 0 additions & 1 deletion engines/tony/tony.cpp
Expand Up @@ -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
Expand Down

0 comments on commit cf3d2cd

Please sign in to comment.