aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/common.c
diff options
context:
space:
mode:
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
}