mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Author name change
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@382 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
c61463f1ff
commit
c26975fb82
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ int main(int argc, char *argv[])
|
|||
Sys_Printf("GLQuake %1.2f (c) id Software\n", GLQUAKE_VERSION);
|
||||
Sys_Printf("FitzQuake %1.2f (c) John Fitzgibbons\n", FITZQUAKE_VERSION);
|
||||
Sys_Printf("FitzQuake SDL port (c) SleepwalkR, Baker\n");
|
||||
Sys_Printf("QuakeSpasm %1.2f.%d (c) Ozkan Sezer, Steven Atkinson\n",
|
||||
Sys_Printf("QuakeSpasm %1.2f.%d (c) Ozkan Sezer, Stevenaaus\n",
|
||||
FITZQUAKE_VERSION, QUAKESPASM_VER_PATCH);
|
||||
|
||||
Sys_Printf("Host_Init\n");
|
||||
|
|
|
@ -1579,7 +1579,7 @@ void M_Quit_Key (int key)
|
|||
void M_Quit_Draw (void) //johnfitz -- modified for new quit message
|
||||
{
|
||||
char msg1[40];
|
||||
char msg2[] = "by Ozkan Sezer & Steven Atkinson"; /* msg2/msg3 are mostly [40] */
|
||||
char msg2[] = "by Ozkan Sezer & Stevenaaus"; /* msg2/msg3 are mostly [40] */
|
||||
char msg3[] = "Press y to quit";
|
||||
int boxlen;
|
||||
|
||||
|
|
Loading…
Reference in a new issue