diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/ai-lists.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai-lists.cpp b/engines/hdb/ai-lists.cpp index a8e6511cd1..c272df7555 100644 --- a/engines/hdb/ai-lists.cpp +++ b/engines/hdb/ai-lists.cpp @@ -520,7 +520,7 @@ bool AI::activateAction(AIEntity *e, int x, int y, int targetX, int targetY) { if ( tileIndex == _templeTouchpOn ) success = useTouchplateOn( e, x, y, targetX, targetY, _templeTouchpOff ); - return success; + return success; } bool AI::checkAutoList(AIEntity *e, int x, int y) { |