diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-08-03 13:52:59 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-08-03 13:52:59 +0000 |
commit | 7716517652ca1f9a2b174ea7520425e94d942455 (patch) | |
tree | 6a811fd27fb5f09d50e7e5fa31863e8dc5149a07 /source/files.c | |
parent | 60beeb54d8ce94f093003c4091c0329c0074f423 (diff) |
Set BASEGAME and new DEFGAME defines through config.h.
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 ); |