aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-bots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai-bots.cpp')
-rw-r--r--engines/hdb/ai-bots.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp
index e9cb229339..b9e761b3c3 100644
--- a/engines/hdb/ai-bots.cpp
+++ b/engines/hdb/ai-bots.cpp
@@ -21,6 +21,7 @@
*/
#include "hdb/hdb.h"
+#include "hdb/mpc.h"
namespace HDB {
@@ -2546,7 +2547,7 @@ void aiGatePuddleInit2(AIEntity *e) {
void aiGatePuddleAction(AIEntity *e) {
static const int xva[5] = {9, 0, 0,-1, 1};
static const int yva[5] = {9,-1, 1, 0, 0};
-
+
AIEntity *p = g_hdb->_ai->getPlayer();
if (e->goalX) {