mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove testing visuals
This commit is contained in:
parent
a6f76db0fa
commit
b2d9e081b2
1 changed files with 0 additions and 1 deletions
|
|
@ -3390,7 +3390,6 @@ static void K_drawKartTeamScores(void)
|
||||||
lastleveltime = leveltime;
|
lastleveltime = leveltime;
|
||||||
|
|
||||||
fixed_t enemypercent = FixedDiv(enemyscore*FRACUNIT, totalscore*FRACUNIT);
|
fixed_t enemypercent = FixedDiv(enemyscore*FRACUNIT, totalscore*FRACUNIT);
|
||||||
enemypercent = FRACUNIT/2;
|
|
||||||
// fixed_t allypercent = FixedDiv(allyscore*FRACUNIT, totalscore*FRACUNIT);
|
// fixed_t allypercent = FixedDiv(allyscore*FRACUNIT, totalscore*FRACUNIT);
|
||||||
INT32 enemywidth = FixedInt(FixedMul(enemypercent, barwidth*FRACUNIT));
|
INT32 enemywidth = FixedInt(FixedMul(enemypercent, barwidth*FRACUNIT));
|
||||||
INT32 allywidth = barwidth - enemywidth;
|
INT32 allywidth = barwidth - enemywidth;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue