aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/common.c
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-26 11:27:12 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-26 11:27:12 +0000
commit498801f5abf947c6ac2803b5523ac7b1efbc5aa6 (patch)
tree3570e61ca647bd2bf6f428dc7cc386d8f656d27c /code/qcommon/common.c
parentbd7a4ae69cca984000975ac3d2cee724f6ad8ce9 (diff)
downloadioquake3-aero-498801f5abf947c6ac2803b5523ac7b1efbc5aa6.tar.gz
ioquake3-aero-498801f5abf947c6ac2803b5523ac7b1efbc5aa6.zip
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
Diffstat (limited to 'code/qcommon/common.c')
-rw-r--r--code/qcommon/common.c2
1 files changed, 1 insertions, 1 deletions
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
}