mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
This should be unsigned
This commit is contained in:
parent
e948d78fd0
commit
d85c5d8dd8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ struct PlayerInput
|
|||
short nAngle;
|
||||
uint16_t buttons;
|
||||
short nTarget;
|
||||
int8_t horizon;
|
||||
uint8_t horizon;
|
||||
int8_t nItem;
|
||||
int h;
|
||||
char i;
|
||||
|
|
Loading…
Reference in a new issue