aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-28 02:20:57 +0530
committerEugene Sandulenko2019-09-03 17:17:03 +0200
commite18effcce4ba7a998b0b83491c2b7363ba55ac64 (patch)
tree3e32d4ecad7dc66c1a2f3ec677abbdb70d3eac27 /engines/hdb/ai.h
parent4461c1b7efa24384c51ad62fe796a06decac041c (diff)
downloadscummvm-rg350-e18effcce4ba7a998b0b83491c2b7363ba55ac64.tar.gz
scummvm-rg350-e18effcce4ba7a998b0b83491c2b7363ba55ac64.tar.bz2
scummvm-rg350-e18effcce4ba7a998b0b83491c2b7363ba55ac64.zip
HDB: Rewrite _animTargets as a struct array
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 654eec95a4..ab0abe6af3 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -1110,7 +1110,7 @@ private:
Common::Array<AIEntity *> *_ents;
Common::Array<AIEntity *> *_floats;
- Common::Array<AnimTarget *> *_animTargets;
+ Common::Array<AnimTarget *> _animTargets;
AIEntity *_player;
// Cinematics Variables