diff options
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r-- | engines/hdb/ai.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index d5aa926573..0c4b80f670 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -96,6 +96,8 @@ public: private: // Cinematics Variables bool _cineAbortable; + bool _cineAborted; + char *_cineAbortFunc; bool _cineActive; bool _playerLock; bool _cameraLock; |