Skip to content

Commit

Permalink
Merge branch 'parenthesaurus' into 'master'
Browse files Browse the repository at this point in the history
Fix pipeline broken on clang

See merge request STJr/SRB2!2593
  • Loading branch information
Logan Aerl Arias committed Jan 18, 2025
2 parents 7b6bf97 + 1e58ccb commit 04c67be
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -14418,6 +14418,7 @@ static INT32 quitsounds[] =
};

const char *QuitScreenMessages[3] = {
(
"Design and content in\n"
"SRB2 is copyright\n"
"1998-2025 by STJr. All\n"
Expand All @@ -14430,13 +14431,17 @@ const char *QuitScreenMessages[3] = {
"make no profit\n"
"whatsoever (in\n"
"fact, we lose\n"
"money).\n"
,
"money)."
),

"THIS GAME SHOULD NOT BE SOLD!",
(
"THIS GAME SHOULD NOT BE SOLD!"
),

(
"STJr is in no way affiliated\n"
"with SEGA or Sonic Team.\n"
"with SEGA or Sonic Team."
)
};

void M_QuitResponse(INT32 ch)
Expand Down

0 comments on commit 04c67be

Please sign in to comment.