diff --git a/quakespasm/Quake/main_sdl.c b/quakespasm/Quake/main_sdl.c index 208e4698..4416e43f 100644 --- a/quakespasm/Quake/main_sdl.c +++ b/quakespasm/Quake/main_sdl.c @@ -137,7 +137,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, Stevenaaus\n", + Sys_Printf("QuakeSpasm %1.2f.%d (c) Ozkan Sezer, Eric Wasylishen & others\n", QUAKESPASM_VERSION, QUAKESPASM_VER_PATCH); Sys_Printf("Host_Init\n"); diff --git a/quakespasm/Quake/menu.c b/quakespasm/Quake/menu.c index adebe1c1..c9fd7244 100644 --- a/quakespasm/Quake/menu.c +++ b/quakespasm/Quake/menu.c @@ -1617,7 +1617,7 @@ qboolean M_Quit_TextEntry (void) void M_Quit_Draw (void) //johnfitz -- modified for new quit message { char msg1[40]; - char msg2[] = "by Ozkan Sezer & Stevenaaus"; /* msg2/msg3 are mostly [40] */ + char msg2[] = "by Ozkan, Ericw & Stevenaaus"; /* msg2/msg3 are mostly [40] */ char msg3[] = "Press y to quit"; int boxlen;