aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-22 06:13:27 +0530
committerEugene Sandulenko2019-09-03 17:16:55 +0200
commit7c823019be7d9eaf1b3c1692e85b993d05e31720 (patch)
tree2e5ff7441a50c9900648378ac0f9ca7ead3d372e /engines/hdb/ai.h
parentab917b038acf9ddb79ec5b5e5ac10d7dee5cbb93 (diff)
downloadscummvm-rg350-7c823019be7d9eaf1b3c1692e85b993d05e31720.tar.gz
scummvm-rg350-7c823019be7d9eaf1b3c1692e85b993d05e31720.tar.bz2
scummvm-rg350-7c823019be7d9eaf1b3c1692e85b993d05e31720.zip
HDB: Add _dummyPlayer as Virtual Player
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 0872938fb6..3bbb2d7241 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -876,6 +876,9 @@ public:
AutoAction *_autoActions[kMaxAutoActions];
+ // Virtual Player
+ AIEntity _dummyPlayer;
+
// Cinematic Variables
Common::Array<CineCommand *> _cine;