Replaced various "baseq3" strings with the centrally defined BASEGAME macro.
This commit is contained in:
parent
88b2b82b00
commit
70fca10af2
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue