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:
Ozkan Sezer 2019-09-18 09:39:00 +00:00
parent 196f89a239
commit e04c0b49af
1 changed files with 1 additions and 1 deletions

View File

@ -1684,7 +1684,7 @@ qboolean M_Quit_TextEntry (void)
void M_Quit_Draw (void) //johnfitz -- modified for new quit message
{
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";
int boxlen;