mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-09 09:41:12 +00:00
Merge branch 'master' into fix-ugly-knux
This commit is contained in:
commit
c9257f003d
1 changed files with 8 additions and 4 deletions
12
src/m_menu.c
12
src/m_menu.c
|
@ -14418,6 +14418,7 @@ static INT32 quitsounds[] =
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *QuitScreenMessages[3] = {
|
const char *QuitScreenMessages[3] = {
|
||||||
|
(
|
||||||
"Design and content in\n"
|
"Design and content in\n"
|
||||||
"SRB2 is copyright\n"
|
"SRB2 is copyright\n"
|
||||||
"1998-2025 by STJr. All\n"
|
"1998-2025 by STJr. All\n"
|
||||||
|
@ -14430,14 +14431,17 @@ const char *QuitScreenMessages[3] = {
|
||||||
"make no profit\n"
|
"make no profit\n"
|
||||||
"whatsoever (in\n"
|
"whatsoever (in\n"
|
||||||
"fact, we lose\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"
|
"STJr is in no way affiliated\n"
|
||||||
"with SEGA or Sonic Team.\n"
|
"with SEGA or Sonic Team."
|
||||||
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
void M_QuitResponse(INT32 ch)
|
void M_QuitResponse(INT32 ch)
|
||||||
|
|
Loading…
Reference in a new issue