mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
parent
ce6bbc57cf
commit
12dba5a84f
@ -842,6 +842,7 @@ static void UpdateStTime(sbe_widget_t *widget, player_t *player)
|
|||||||
M_snprintf(string + offset, sizeof(string) - offset,
|
M_snprintf(string + offset, sizeof(string) - offset,
|
||||||
GOLD_S "U %d:%05.2f\t", player->btuse / TICRATE / 60,
|
GOLD_S "U %d:%05.2f\t", player->btuse / TICRATE / 60,
|
||||||
(float)(player->btuse % (60 * TICRATE)) / TICRATE);
|
(float)(player->btuse % (60 * TICRATE)) / TICRATE);
|
||||||
|
player->btuse_tics--;
|
||||||
}
|
}
|
||||||
|
|
||||||
ST_AddLine(widget, string);
|
ST_AddLine(widget, string);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user