From 498801f5abf947c6ac2803b5523ac7b1efbc5aa6 Mon Sep 17 00:00:00 2001 From: thilo Date: Wed, 26 Apr 2006 11:27:12 +0000 Subject: Replaced various "baseq3" strings with the centrally defined BASEGAME macro. git-svn-id: svn://svn.icculus.org/quake3/trunk@724 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon/common.c') diff --git a/code/qcommon/common.c b/code/qcommon/common.c index 5708146..1980edc 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -2600,7 +2600,7 @@ void Com_WriteConfiguration( void ) { if (UI_usesUniqueCDKey() && fs && fs->string[0] != 0) { Com_WriteCDKey( fs->string, &cl_cdkey[16] ); } else { - Com_WriteCDKey( "baseq3", cl_cdkey ); + Com_WriteCDKey( BASEGAME, cl_cdkey ); } #endif } -- cgit v1.2.3