mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 02:41:49 +00:00
Oops
This commit is contained in:
parent
40029e5af6
commit
c085f0098f
1 changed files with 1 additions and 1 deletions
|
|
@ -3345,7 +3345,7 @@ static void K_drawKartDuelScores(void)
|
||||||
younum = younum.colorize(SKINCOLOR_GOLD);
|
younum = younum.colorize(SKINCOLOR_GOLD);
|
||||||
}
|
}
|
||||||
|
|
||||||
foenum.text("{}", foe->duelscore)
|
foenum.text("{}", foe->duelscore);
|
||||||
younum.text("{}", stplyr->duelscore);
|
younum.text("{}", stplyr->duelscore);
|
||||||
|
|
||||||
// minirankings shamelessly copypasted because i know that shit works already
|
// minirankings shamelessly copypasted because i know that shit works already
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue