mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
HDB: Remove redundant function call
This commit is contained in:
parent
6c21dfbbe6
commit
444327deaf
@ -2336,9 +2336,6 @@ void AI::movePlayer(uint16 buttons) {
|
||||
case STATE_STANDDOWN:
|
||||
case STATE_STANDLEFT:
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user