mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
Changed default start location from /RPG-X2 to /rpgxEF
This commit is contained in:
parent
caa45cd867
commit
1fe1561696
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue