Server: unreference player.h

This commit is contained in:
Marco Cawthorne 2022-04-25 13:35:37 -07:00
parent b3d5163148
commit ffe85987f1
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();