mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Reset hits after evaluation.
This commit is contained in:
parent
79219c1640
commit
468256a8f8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user