whoops forgot to change these two

This commit is contained in:
Monster Iestyn 2017-06-24 19:27:29 +01:00
parent b2941087de
commit 7d82ac406e
1 changed files with 2 additions and 2 deletions

View File

@ -917,8 +917,8 @@ static inline void D_MakeTitleString(char *s)
static inline void D_Titlebar(void)
{
char srb2[82]; // srb2 title banner
char title[82];
char title1[82]; // srb2 title banner
char title2[82];
strcpy(title1, "Sonic Robo Blast 2");
strcpy(title2, "Sonic Robo Blast 2");