summaryrefslogtreecommitdiffstats
path: root/src/control/Script3.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-12 12:22:44 +0100
committerGitHub <noreply@github.com>2021-01-12 12:22:44 +0100
commit8888ee3974587cfb6172e420210df75e5c5de3f7 (patch)
tree10294da8d82bcdedaaf64cee35897a7fe08b64ea /src/control/Script3.cpp
parentMerge branch 'miami' into lcs (diff)
parentMore fix (diff)
downloadre3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.gz
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.bz2
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.lz
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.xz
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.zst
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.zip
Diffstat (limited to 'src/control/Script3.cpp')
-rw-r--r--src/control/Script3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script3.cpp b/src/control/Script3.cpp
index 87ecb8e0..88df935f 100644
--- a/src/control/Script3.cpp
+++ b/src/control/Script3.cpp
@@ -1984,7 +1984,7 @@ int8 CRunningScript::ProcessCommands700To799(int32 command)
return 0;
}
case COMMAND_START_CUTSCENE:
- CCutsceneMgr::ms_cutsceneLoadStatus = 1;
+ CCutsceneMgr::StartCutscene();
return 0;
case COMMAND_GET_CUTSCENE_TIME:
SET_INTEGER_PARAM(0, CCutsceneMgr::GetCutsceneTimeInMilleseconds());