From e2ba8d7b5a75bbcbdc2431c454897bc9b27075a5 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 10 Oct 2021 14:12:02 -0400 Subject: [PATCH] fNoclip not required for Q2 any more --- qbsp/qbsp.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qbsp/qbsp.cc b/qbsp/qbsp.cc index 721115c2..4d17012e 100644 --- a/qbsp/qbsp.cc +++ b/qbsp/qbsp.cc @@ -1420,11 +1420,6 @@ static void ParseOptions(char *szOptions) // update target game options.target_game = options.target_version->game; - - // force specific flags for Q2 - if (options.target_game->id == GAME_QUAKE_II) { - options.fNoclip = true; - } } /*