mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Merge branch 'recordattack-menu-draw-fix' into 'master'
Record attack fixes See merge request STJr/SRB2Internal!441
This commit is contained in:
commit
91c759ad9f
1 changed files with 4 additions and 0 deletions
|
|
@ -8723,6 +8723,10 @@ void M_DrawTimeAttackMenu(void)
|
||||||
char beststr[40];
|
char beststr[40];
|
||||||
char reqscore[40], reqtime[40], reqrings[40];
|
char reqscore[40], reqtime[40], reqrings[40];
|
||||||
|
|
||||||
|
strcpy(reqscore, "\0");
|
||||||
|
strcpy(reqtime, "\0");
|
||||||
|
strcpy(reqrings, "\0");
|
||||||
|
|
||||||
M_DrawLevelPlatterHeader(32-lsheadingheight/2, cv_nextmap.string, true, false);
|
M_DrawLevelPlatterHeader(32-lsheadingheight/2, cv_nextmap.string, true, false);
|
||||||
|
|
||||||
// A 160x100 image of the level as entry MAPxxP
|
// A 160x100 image of the level as entry MAPxxP
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue