- ApplyGlobalInput(): Fix const issue.

This commit is contained in:
Mitchell Richters 2020-09-25 13:33:44 +10:00
parent 67c8187d62
commit 71d667cdc9

View file

@ -335,7 +335,7 @@ CCMD(pause)
void ApplyGlobalInput(InputPacket& input, ControlInfo* const hidInput)
void ApplyGlobalInput(InputPacket& input, ControlInfo* hidInput)
{
if (WeaponToSend != 0) input.setNewWeapon(WeaponToSend);
WeaponToSend = 0;