handle some more warnings

This commit is contained in:
Megamouse 2019-05-24 23:54:14 +02:00
parent 8ebe02ce32
commit f48589005d
9 changed files with 24 additions and 35 deletions

View file

@ -297,7 +297,7 @@ void mm_joystick_handler::GetNextButtonPress(const std::string& padId, const std
if (cur_pad != padId)
{
cur_pad == padId;
cur_pad = padId;
id = GetIDByName(padId);
if (id < 0)
{