diff --git a/src/Input.h b/src/Input.h index 6f733486..895c8950 100644 --- a/src/Input.h +++ b/src/Input.h @@ -8,7 +8,7 @@ struct DIRECTINPUTSTATUS BOOL bRight; BOOL bUp; BOOL bDown; - BOOL bButton[32]; + BOOL bButton[32]; // 32 is the number of buttons in DirectInput's `DIJOYSTATE` struct }; void ReleaseDirectInput(void);