Replaced various "baseq3" strings with the centrally defined BASEGAME macro.

This commit is contained in:
Thilo Schulz 2006-04-26 11:27:12 +00:00
parent 88b2b82b00
commit 70fca10af2
3 changed files with 7 additions and 7 deletions

View file

@ -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
}