Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c37309 int all_p_lives_zero = 0; in playgame() local
37312 if (player[i].lives <= 0) ++all_p_lives_zero; in playgame()
37314 all_p_lives_zero = (all_p_lives_zero >= MAX_PLAYERS) ? 1 : 0; in playgame()
37317 if(all_p_lives_zero) in playgame()