mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
remove Steve's name from quit menu message too, per his request.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1638 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
196f89a239
commit
e04c0b49af
1 changed files with 1 additions and 1 deletions
|
@ -1684,7 +1684,7 @@ qboolean M_Quit_TextEntry (void)
|
||||||
void M_Quit_Draw (void) //johnfitz -- modified for new quit message
|
void M_Quit_Draw (void) //johnfitz -- modified for new quit message
|
||||||
{
|
{
|
||||||
char msg1[40];
|
char msg1[40];
|
||||||
char msg2[] = "by Ozkan, Ericw & Stevenaaus"; /* msg2/msg3 are mostly [40] */
|
char msg2[] = "by Ozkan Sezer, Eric Wasylishen, others";/* msg2/msg3 are mostly [40] */
|
||||||
char msg3[] = "Press y to quit";
|
char msg3[] = "Press y to quit";
|
||||||
int boxlen;
|
int boxlen;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue