mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
whoops forgot to change these two
This commit is contained in:
parent
b2941087de
commit
7d82ac406e
1 changed files with 2 additions and 2 deletions
|
|
@ -917,8 +917,8 @@ static inline void D_MakeTitleString(char *s)
|
||||||
|
|
||||||
static inline void D_Titlebar(void)
|
static inline void D_Titlebar(void)
|
||||||
{
|
{
|
||||||
char srb2[82]; // srb2 title banner
|
char title1[82]; // srb2 title banner
|
||||||
char title[82];
|
char title2[82];
|
||||||
|
|
||||||
strcpy(title1, "Sonic Robo Blast 2");
|
strcpy(title1, "Sonic Robo Blast 2");
|
||||||
strcpy(title2, "Sonic Robo Blast 2");
|
strcpy(title2, "Sonic Robo Blast 2");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue