Changed default start location from /RPG-X2 to /rpgxEF

This commit is contained in:
Veritas 2012-06-05 18:01:48 -04:00
parent caa45cd867
commit 1fe1561696

View file

@ -2433,7 +2433,7 @@ void Com_GameRestart_f(void)
// use "" and not the standard basegame name because this messes
// up pak file negotiation and lots of other stuff
Cvar_Set("fs_game", "");
Cvar_Set("fs_game", "rpgxEF");
}
else
Cvar_Set("fs_game", Cmd_Argv(1));
@ -3027,7 +3027,7 @@ void Com_WriteConfiguration( void ) {
// not needed for dedicated or standalone
#if !defined(DEDICATED) && !defined(STANDALONE)
fs = Cvar_Get ("fs_game", "", CVAR_INIT|CVAR_SYSTEMINFO );
fs = Cvar_Get ("fs_game", "rpgxEF", CVAR_INIT|CVAR_SYSTEMINFO );
if(!com_standalone->integer)
{