Server: unreference player.h

This commit is contained in:
Marco Cawthorne 2022-04-25 13:36:08 -07:00
parent f5e36f0cb8
commit b05e82082f
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ Game_Input(player pl)
}
if (input_buttons & INPUT_BUTTON5)
Player_UseDown();
pl.InputUse_Down();
else
Player_UseUp();
pl.InputUse_Up();
if (pl.impulse == 100)
Flashlight_Toggle();