Reset hits after evaluation.

This commit is contained in:
GameDragon2k 2018-02-13 21:56:04 -05:00
parent 79219c1640
commit 468256a8f8

View File

@ -1695,6 +1695,7 @@ static int cheevos_test_cond_set(const cheevos_condset_t *condset,
(cond->req_hits != 0) &&
(cond->curr_hits + cheevos_locals.add_hits) >= cond->req_hits)
{
cheevos_locals.add_hits = 0;
continue;
}