Fixed wrong message when deactivating cheevos

This commit is contained in:
Andre Leiradella 2017-10-03 21:03:48 +01:00
parent 355b6dcbdd
commit 9d817f95f5

View File

@ -2415,6 +2415,7 @@ static int cheevos_deactivate__json_number(void *userdata,
if (cheevo->id == (unsigned)id)
{
cheevo->active &= ~ud->mode;
found = 1;
break;
}
}