summaryrefslogtreecommitdiff
path: root/src/control/Script9.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Script9.cpp')
-rw-r--r--src/control/Script9.cpp2
1 files changed, 1 insertions, 1 deletions
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: