From 4b70806fcb6735314cf79557ce84379fa7542cad Mon Sep 17 00:00:00 2001 From: thilo Date: Wed, 26 Apr 2006 13:36:58 +0000 Subject: - "baseq3" literal replacement patch (by Erik Auerswald) applied - Commented setting of the cl_guid cvar because md5.c is not 64-bit safe. git-svn-id: svn://svn.icculus.org/quake3/trunk@726 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/game/bg_public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/game/bg_public.h') diff --git a/code/game/bg_public.h b/code/game/bg_public.h index 5568f44..ad5ab39 100644 --- a/code/game/bg_public.h +++ b/code/game/bg_public.h @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // because games can change separately from the main system version, we need a // second version that must match between game and cgame -#define GAME_VERSION "baseq3-1" +#define GAME_VERSION BASEGAME "-1" #define DEFAULT_GRAVITY 800 #define GIB_HEALTH -40 -- cgit v1.2.3