summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-08-05 23:13:01 +0200
committerGitHub <noreply@github.com>2019-08-05 23:13:01 +0200
commit20d1381a0f62384e6c807d00c607d00bcc94f0c6 (patch)
tree279f40809d5c1602c579d8551a31e13221f736ea
parentMerge pull request #182 from erorcun/erorcun (diff)
downloadre3-20d1381a0f62384e6c807d00c607d00bcc94f0c6.tar
re3-20d1381a0f62384e6c807d00c607d00bcc94f0c6.tar.gz
re3-20d1381a0f62384e6c807d00c607d00bcc94f0c6.tar.bz2
re3-20d1381a0f62384e6c807d00c607d00bcc94f0c6.tar.lz
re3-20d1381a0f62384e6c807d00c607d00bcc94f0c6.tar.xz
re3-20d1381a0f62384e6c807d00c607d00bcc94f0c6.tar.zst
re3-20d1381a0f62384e6c807d00c607d00bcc94f0c6.zip
-rw-r--r--src/control/Script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index b5f2e7b4..408771d1 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -3165,6 +3165,7 @@ int8 CRunningScript::ProcessCommandsFrom300To399(int32 command)
// Useless call
CRadar::GetActualBlipArrayIndex(CollectNextParameterWithoutIncreasingPC(m_nIp));
ScriptParams[0] = CRadar::SetCoordBlip(BLIP_COORD, pos, ScriptParams[3], (eBlipDisplay)ScriptParams[4]);
+ StoreParameters(&m_nIp, 1);
return 0;
}
case COMMAND_CHANGE_BLIP_SCALE: