From 7d82ac406ea31f75f8f57ad61b5854612fbbe348 Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Sat, 24 Jun 2017 19:27:29 +0100 Subject: [PATCH] whoops forgot to change these two --- src/d_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_main.c b/src/d_main.c index 007a14c1d..1a58ee89a 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -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");