diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/ai.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index 76126f85a5..a064088395 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -708,6 +708,9 @@ public: } // Cinematic Functions + bool cinematicsActive() { + return _cineActive; + } void processCines(); void cineStart(bool abortable, const char *abortFunc); void cineLockPlayer(); |