- Add option to (experimentally) unclamp the view pitch for the Duke family of games.

This commit is contained in:
Mitchell Richters 2022-11-06 22:03:42 +11:00
parent 33d74c9009
commit 2357cc5c36

View file

@ -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"