Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c31276 int no_reached_flag = 0, sum_reached = 0;; in player_think() local
31293 sum_reached += reached[i]; in player_think()
31296 …if (!other->modeldata.subtype || (other->modeldata.subtype == SUBTYPE_BOTH && sum_reached >= (coun… in player_think()