From 7716517652ca1f9a2b174ea7520425e94d942455 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Tue, 3 Aug 2010 13:52:59 +0000 Subject: Set BASEGAME and new DEFGAME defines through config.h. --- source/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/files.c') 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 ); -- cgit v1.2.3