mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 10:11:02 +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…
Reference in a new issue