mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 20:00:49 +00:00
- ApplyGlobalInput()
: Fix const issue.
This commit is contained in:
parent
67c8187d62
commit
71d667cdc9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
if (WeaponToSend != 0) input.setNewWeapon(WeaponToSend);
|
||||||
WeaponToSend = 0;
|
WeaponToSend = 0;
|
||||||
|
|
Loading…
Reference in a new issue