HDB: Fix AI::cineStart()

This commit is contained in:
Eugene Sandulenko
2019-09-03 17:17:11 +02:00
parent 375498e352
commit 71cff7f256
+2
View File
@@ -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) {