fNoclip not required for Q2 any more
This commit is contained in:
parent
bd59be4d5d
commit
e2ba8d7b5a
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue