Home
last modified time | relevance | path

Searched refs:ERROR_INERTIA (Results 1 – 2 of 2) sorted by relevance

/dports/games/klavaro/klavaro-3.11/src/
H A Daccuracy.h21 #define ERROR_INERTIA 10 /* How many correct touchs to eliminate a wrong one (it was 30 first) */ macro
H A Daccuracy.c193 if (1234 > wrong && wrong > 0 && correct <= ERROR_INERTIA) in accur_init()
277 if (terror[i].correct > ERROR_INERTIA) in accur_correct()
639 if (terror[i].wrong == 0 || terror[i].correct > ERROR_INERTIA) in accur_close()