From a5bb22bc76bba0977bde5b4ada385291d0fcf95c Mon Sep 17 00:00:00 2001 From: sezero Date: Tue, 16 Feb 2010 14:48:23 +0000 Subject: [PATCH] console.c (Con_DrawConsole): Change engine/version string to QuakeSpasm, use the QUAKESPASM_VER_PATCH to append to the FITZQUAKE_VERSION. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@30 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/Quake/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakespasm/Quake/console.c b/quakespasm/Quake/console.c index 01ba6f7b..309e238c 100644 --- a/quakespasm/Quake/console.c +++ b/quakespasm/Quake/console.c @@ -1082,7 +1082,7 @@ void Con_DrawConsole (int lines, qboolean drawinput) //draw version number in bottom right y+=8; - sprintf (ver, "FitzQuake %1.2f SDL", (float)FITZQUAKE_VERSION); + sprintf (ver, "QuakeSpasm %1.2f.%d", (float)FITZQUAKE_VERSION, QUAKESPASM_VER_PATCH); for (x=0; x