diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-20 19:12:42 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-20 19:12:42 +0100 |
commit | ad745aae63b0c5e3d918fbadcee54d269240b5a3 (patch) | |
tree | cd3f15aed49a450dcd037ade408f09bb902e794b /src/control/Script9.cpp | |
parent | Merge branch 'lcs-dev' into lcs (diff) | |
download | re3-ad745aae63b0c5e3d918fbadcee54d269240b5a3.tar re3-ad745aae63b0c5e3d918fbadcee54d269240b5a3.tar.gz re3-ad745aae63b0c5e3d918fbadcee54d269240b5a3.tar.bz2 re3-ad745aae63b0c5e3d918fbadcee54d269240b5a3.tar.lz re3-ad745aae63b0c5e3d918fbadcee54d269240b5a3.tar.xz re3-ad745aae63b0c5e3d918fbadcee54d269240b5a3.tar.zst re3-ad745aae63b0c5e3d918fbadcee54d269240b5a3.zip |
Diffstat (limited to 'src/control/Script9.cpp')
-rw-r--r-- | src/control/Script9.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/control/Script9.cpp b/src/control/Script9.cpp index e03c60ba..3ad8e180 100644 --- a/src/control/Script9.cpp +++ b/src/control/Script9.cpp @@ -573,7 +573,9 @@ int8 CRunningScript::ProcessCommands1500To1599(int32 command) CollectParameters(&m_nIp, 1); // CPed::UnloadNonStandardPedAnim(SET_INTEGER_PARAM(0)); return 0; - //case COMMAND_1566: + case COMMAND_1566: + CollectParameters(&m_nIp, 1); + return 0; case COMMAND_BUILD_WORLD_GEOMETRY: CollectParameters(&m_nIp, 1); if (/*gBuildWorldGeom*/ false) { |