mirror of
https://github.com/halpz/re3.git
synced 2025-01-08 20:25:28 +00:00
activate command
This commit is contained in:
parent
e500b77cd3
commit
5cb1c8580d
|
@ -710,7 +710,7 @@ int8 CRunningScript::ProcessCommands1500To1599(int32 command)
|
||||||
case COMMAND_SET_CRUSHER_REWARD_MULTIPLIER:
|
case COMMAND_SET_CRUSHER_REWARD_MULTIPLIER:
|
||||||
{
|
{
|
||||||
CollectParameters(&m_nIp, 1);
|
CollectParameters(&m_nIp, 1);
|
||||||
// CGarages::CrusherRewardMultiplier = GET_INTEGER_PARAM(0);
|
CGarages::CrusherRewardMultiplier = GET_INTEGER_PARAM(0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
case COMMAND_SWAP_BUILDINGS:
|
case COMMAND_SWAP_BUILDINGS:
|
||||||
|
|
Loading…
Reference in a new issue