Fix use uninitialized `ofs` variable introduced in 39701.

This commit is contained in:
bruvzg 2020-06-22 13:13:22 +03:00
parent 6869d5d190
commit 439c97e0ff
No known key found for this signature in database
GPG Key ID: FCED35F1CECE0D3A
1 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,8 @@ void JoypadWindows::setup_joypad_object(const DIDEVICEOBJECTINSTANCE *ob, int p_
if (slider_count < 2) {
ofs = DIJOFS_SLIDER(slider_count);
slider_count++;
} else {
return;
}
} else
return;