summaryrefslogtreecommitdiff
path: root/src/control
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-08-12 01:30:26 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2021-08-12 01:30:26 +0300
commitcb35f78511c638c1b09a6b8c6a8b62d623cdbb96 (patch)
treef4cfdc8b3000f6138e0744cdacd8c732f2074fca /src/control
parent68c37d2d8862e80c5e9bcd8e9990f32cb345dd5a (diff)
lil fix
Diffstat (limited to 'src/control')
-rw-r--r--src/control/Script10.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script10.cpp b/src/control/Script10.cpp
index ce822505..2fd1c322 100644
--- a/src/control/Script10.cpp
+++ b/src/control/Script10.cpp
@@ -94,6 +94,7 @@ int8 CRunningScript::ProcessCommands1600To1699(int32 command)
{
CollectParameters(&m_nIp, 1);
SET_INTEGER_PARAM(0, CPickups::GetValue(GET_INTEGER_PARAM(0)));
+ StoreParameters(&m_nIp, 1);
return 0;
}
case COMMAND_SET_PICKUP_VALUE: