mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-04-01 10:11:49 +00:00
[PATCH] Missing semicolon in cl_input.c
Signed-off-by: Tyrann <tyrann@disenchant.net>
This commit is contained in:
parent
9da55bab84
commit
fef654d729
@ -53,7 +53,7 @@ state bit 2 is edge triggered on the down to up transition
|
||||
|
||||
static kbutton_t in_klook;
|
||||
|
||||
kbutton_t in_mlook
|
||||
kbutton_t in_mlook;
|
||||
kbutton_t in_left, in_right, in_forward, in_back;
|
||||
kbutton_t in_lookup, in_lookdown, in_moveleft, in_moveright;
|
||||
kbutton_t in_strafe, in_speed, in_use, in_jump, in_attack;
|
||||
|
Loading…
x
Reference in New Issue
Block a user