diff options
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r-- | engines/hdb/ai.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index 3aa7bde5a2..f24dbc850f 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -1006,7 +1006,7 @@ public: Common::Array<HereT *> *_hereList; // Virtual Player - AIEntity _dummyPlayer; + AIEntity _dummyPlayer, _dummyLaser; // Cinematic Variables Common::Array<CineCommand *> _cine; |