fNoclip not required for Q2 any more

This commit is contained in:
Jonathan 2021-10-10 14:12:02 -04:00
parent bd59be4d5d
commit e2ba8d7b5a
1 changed files with 0 additions and 5 deletions

View File

@ -1420,11 +1420,6 @@ static void ParseOptions(char *szOptions)
// update target game // update target game
options.target_game = options.target_version->game; options.target_game = options.target_version->game;
// force specific flags for Q2
if (options.target_game->id == GAME_QUAKE_II) {
options.fNoclip = true;
}
} }
/* /*