aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 63eefc745f..89491b6e7b 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -720,7 +720,7 @@ private:
int _numGooCups;
int _numMonkeystones;
- InvEnt _inventory[kMaxInventory];
+ InvEnt *_inventory[kMaxInventory];
int _numInventory;
Waypoint _waypoints[kMaxWaypoints];