From 3e255ca4a60dd44d79c863ed24444d35c8f9b714 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 16 Feb 2010 08:42:58 +0000 Subject: [PATCH] console.c (Con_DrawConsole): Added SDL to the version string. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@10 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/console.c b/Quake/console.c index 7c8dfb53..01ba6f7b 100644 --- a/Quake/console.c +++ b/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"/*" beta2"*/, (float)FITZQUAKE_VERSION); + sprintf (ver, "FitzQuake %1.2f SDL", (float)FITZQUAKE_VERSION); for (x=0; x