From 43e738ec1798b1f7a3ded8feb6b9108f636e1c1d Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Tue, 25 Jun 2019 09:20:39 +0530 Subject: HDB: Add _hereList data --- engines/hdb/ai.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines') diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index bd25f555fa..4c59ac69a6 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -591,6 +591,11 @@ struct ArrowPath { ArrowPath() : type(0), dir(DIR_NONE), tileX(0), tileY(0) {} }; +struct HereT { + uint16 x, y; + char entName[32]; +}; + struct CineCommand { CineType cmdType; double x, y; @@ -949,6 +954,7 @@ public: AutoAction _autoActions[kMaxAutoActions]; Common::Array *_arrowPaths; + Common::Array *_hereList; // Virtual Player AIEntity _dummyPlayer; -- cgit v1.2.3