From 6891f478a6c03449d02461da455f05d7963b851e Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sat, 29 Jun 2019 05:54:22 +0530 Subject: HDB: Add cineAbortable() --- engines/hdb/ai.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/hdb') 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(); -- cgit v1.2.3