mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 02:01:15 +00:00
fut
This commit is contained in:
parent
86b5b21c62
commit
b600fae9ba
1 changed files with 1 additions and 1 deletions
|
@ -4831,7 +4831,7 @@ static void K_drawKartSpeedometer(void)
|
|||
else if (cv_speedometer.value == 3)
|
||||
{
|
||||
convSpeed = FixedDiv(stplyr->speed, mapheaderinfo[gamemap-1]->mobj_scale)/FRACUNIT;
|
||||
V_DrawKartString(SPDM_X, SPDM_Y, V_HUDTRANS|splitflags, va("%3d fu/s", convSpeed));
|
||||
V_DrawKartString(SPDM_X, SPDM_Y, V_HUDTRANS|splitflags, va("%3d fu/t", convSpeed));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue