diff options
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) { |