[Windows] Fix GCC MinGW warnings.

This commit is contained in:
bruvzg 2022-10-10 17:35:54 +03:00
parent 77f4670d00
commit 379df32a98
No known key found for this signature in database
GPG Key ID: 7960FCF39844EC38
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ private:
last_pad = -1;
attached = false;
confirmed = false;
di_joy = nullptr;
guid = {};
for (int i = 0; i < MAX_JOY_BUTTONS; i++) {
last_buttons[i] = false;