From 5cb1c8580d16325e80b0a5306b5592750dede5d1 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 22 Aug 2021 13:22:31 +0300 Subject: activate command --- src/control/Script9.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/Script9.cpp b/src/control/Script9.cpp index 5793ca50..aaef8b6f 100644 --- a/src/control/Script9.cpp +++ b/src/control/Script9.cpp @@ -710,7 +710,7 @@ int8 CRunningScript::ProcessCommands1500To1599(int32 command) case COMMAND_SET_CRUSHER_REWARD_MULTIPLIER: { CollectParameters(&m_nIp, 1); - // CGarages::CrusherRewardMultiplier = GET_INTEGER_PARAM(0); + CGarages::CrusherRewardMultiplier = GET_INTEGER_PARAM(0); return 0; } case COMMAND_SWAP_BUILDINGS: -- cgit v1.2.3