This should be unsigned

This commit is contained in:
nukeykt 2019-10-28 01:17:53 +09:00 committed by Christoph Oelckers
parent e948d78fd0
commit d85c5d8dd8

View file

@ -23,7 +23,7 @@ struct PlayerInput
short nAngle; short nAngle;
uint16_t buttons; uint16_t buttons;
short nTarget; short nTarget;
int8_t horizon; uint8_t horizon;
int8_t nItem; int8_t nItem;
int h; int h;
char i; char i;