mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
HDB: Fix AI::cineStart()
This commit is contained in:
@@ -480,6 +480,8 @@ void AI::cineStart(bool abortable, const char *abortFunc) {
|
||||
_cineActive = true;
|
||||
_playerLock = false;
|
||||
_cameraLock = false;
|
||||
|
||||
_cine.clear();
|
||||
}
|
||||
|
||||
void AI::cineStop(const char *funcNext) {
|
||||
|
||||
Reference in New Issue
Block a user