diff options
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r-- | engines/hdb/ai.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index 22032f2f33..2e1d26e570 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -806,7 +806,6 @@ public: void moveEnts(); - int checkForTouchplate(int x, int y); bool findPath(AIEntity *e); AIEntity *legalMove(int tileX, int tileY, int level, int *result); AIEntity *legalMoveOverWater(int tileX, int tileY, int level, int *result); |