aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-21 09:34:05 +0530
committerEugene Sandulenko2019-09-03 17:16:54 +0200
commitaec87e7058c788e7d37d1e639056d616b1ff56e2 (patch)
treebf1d5792913c623096ededdc7b593598d091123f /engines/hdb/ai.h
parent4d22df8037f6e7da6c3df5ca342b631b67fe40d9 (diff)
downloadscummvm-rg350-aec87e7058c788e7d37d1e639056d616b1ff56e2.tar.gz
scummvm-rg350-aec87e7058c788e7d37d1e639056d616b1ff56e2.tar.bz2
scummvm-rg350-aec87e7058c788e7d37d1e639056d616b1ff56e2.zip
HDB: Add _floats data
Addition includes struct and member variables
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 6ab3a8b86d..c29f1c8ad8 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -747,6 +747,7 @@ public:
private:
Common::Array<AIEntity *> *_ents;
+ Common::Array<AIEntity *> *_floats;
AIEntity *_player;
// Cinematics Variables