mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Wrong var name
This commit is contained in:
parent
bcd142c2a0
commit
706c6be627
1 changed files with 1 additions and 1 deletions
|
|
@ -3017,7 +3017,7 @@ static void HU_DrawRankings(void)
|
|||
}
|
||||
|
||||
V_DrawCenteredString(256, 8, 0, "GAME SPEED");
|
||||
V_DrawCenteredString(256, 16, hilicol, kartspeed_cons_t[gamespeed].string);
|
||||
V_DrawCenteredString(256, 16, hilicol, kartspeed_cons_t[gamespeed].strvalue);
|
||||
}
|
||||
|
||||
// When you play, you quickly see your score because your name is displayed in white.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue