Server: unreference player.h
This commit is contained in:
parent
b3d5163148
commit
ffe85987f1
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ Game_Input(player pl)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (input_buttons & INPUT_BUTTON5)
|
if (input_buttons & INPUT_BUTTON5)
|
||||||
Player_UseDown();
|
pl.InputUse_Down();
|
||||||
else
|
else
|
||||||
Player_UseUp();
|
pl.InputUse_Up();
|
||||||
|
|
||||||
if (pl.impulse == 100)
|
if (pl.impulse == 100)
|
||||||
Flashlight_Toggle();
|
Flashlight_Toggle();
|
||||||
|
|
Loading…
Reference in a new issue