mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 13:10:39 +00:00
- Add option to (experimentally) unclamp the view pitch for the Duke family of games.
This commit is contained in:
parent
33d74c9009
commit
2357cc5c36
1 changed files with 4 additions and 0 deletions
|
@ -1020,6 +1020,10 @@ OptionMenu GameplayOptions protected
|
|||
Option "$ENEMY_BEHAVIOR", "cl_bloodvanillaenemies", "EnemyBehavior"
|
||||
}
|
||||
StaticText ""
|
||||
ifgame(Duke, Nam, WW2GI, Redneck, RedneckRides, Blood, ShadowWarrior)
|
||||
{
|
||||
Option "$PLRMNU_FULLVIEWPITCH", "cl_clampedpitch", "OffOn"
|
||||
}
|
||||
ifgame(Blood)
|
||||
{
|
||||
Option "$PLRMNU_BLDQAVINTERP", "cl_bloodqavinterp", "OnOff"
|
||||
|
|
Loading…
Reference in a new issue