diff options
Diffstat (limited to 'source/files.c')
-rw-r--r-- | source/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/files.c b/source/files.c index 94f84dc..3e1b55a 100644 --- a/source/files.c +++ b/source/files.c @@ -3017,7 +3017,7 @@ void FS_Init( void ) { #endif // get the game cvar and start the filesystem - fs_game = Cvar_Get( "game", "", CVAR_LATCH|CVAR_SERVERINFO ); + fs_game = Cvar_Get( "game", DEFGAME, CVAR_LATCH|CVAR_SERVERINFO ); fs_game->changed = fs_game_changed; fs_game_changed( fs_game ); |