mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +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->req_hits != 0) &&
|
||||||
(cond->curr_hits + cheevos_locals.add_hits) >= cond->req_hits)
|
(cond->curr_hits + cheevos_locals.add_hits) >= cond->req_hits)
|
||||||
{
|
{
|
||||||
|
cheevos_locals.add_hits = 0;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user