diff options
Diffstat (limited to 'engines/hdb')
-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 f053d20a39..ba1461d536 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -853,6 +853,9 @@ public: bool cinematicsActive() { return _cineActive; } + bool cineAbortable() { + return _cineAbortable; + } void processCines(); void cineCleanup(); void cineAbort(); |