diff options
-rw-r--r-- | engines/hdb/ai-funcs.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/hdb/ai-funcs.cpp b/engines/hdb/ai-funcs.cpp index 56f6e9696e..fe391665e6 100644 --- a/engines/hdb/ai-funcs.cpp +++ b/engines/hdb/ai-funcs.cpp @@ -2338,9 +2338,6 @@ void AI::movePlayer(uint16 buttons) { case STATE_STANDRIGHT: if (checkForTouchplate(nx, ny)) break; - // TODO: CHECKME - Uselessly redundant call - nx and ny are not modified by the call - if (checkForTouchplate(nx, ny)) - break; if (checkActionList(_player, nx, ny, true)) return; if (checkAutoList(_player, nx, ny)) |