aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-26 13:36:58 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-26 13:36:58 +0000
commit4b70806fcb6735314cf79557ce84379fa7542cad (patch)
treecc659a8921b0fff291860b6387443a8c6198deae /code/qcommon/qcommon.h
parent0893abaf34551938d41d63799619a35ef68c1ace (diff)
downloadioquake3-aero-4b70806fcb6735314cf79557ce84379fa7542cad.tar.gz
ioquake3-aero-4b70806fcb6735314cf79557ce84379fa7542cad.zip
- "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
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r--code/qcommon/qcommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index 65cc7be..ada4fe0 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -535,8 +535,6 @@ issues.
#define MAX_FILE_HANDLES 64
-#define BASEGAME "baseq3"
-
qboolean FS_Initialized( void );
void FS_InitFilesystem ( void );