Home
last modified time | relevance | path

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

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgauges.cpp974 const auto SecondsUntilPlayTimeAllowedElapses = f2i(TicksUntilPlayTimeAllowedElapses.count()); in hud_show_timer_count() local
975 if (SecondsUntilPlayTimeAllowedElapses >= 0) in hud_show_timer_count()
983 snprintf(score_str, sizeof(score_str), "T - %5d", SecondsUntilPlayTimeAllowedElapses + 1); in hud_show_timer_count()