1
0
Fork 0

Merge branch 'effects' of https://github.com/legoboyvdlp/A320-family into effects

This commit is contained in:
vezza 2020-03-16 17:11:27 +01:00
commit 9e385287e4
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<!-- Copyright (c) 2019 Joshua Davidson (Octal450) --> <!-- Copyright (c) 2019 Joshua Davidson (Octal450) -->
<PropertyList> <PropertyList include="Aircraft/Generic/Human/Include/walker-include.xml">
<sim> <sim>
<author>Joshua Davidson (Octal450), Jonathan Redpath (legoboyvdlp), Thorsten Herrmann (TH-555), Based on IDG-A32X</author> <author>Joshua Davidson (Octal450), Jonathan Redpath (legoboyvdlp), Thorsten Herrmann (TH-555), Based on IDG-A32X</author>

View file

@ -12,7 +12,7 @@ var viewName = "XX";
var fovZoom = func(d) { var fovZoom = func(d) {
viewName = getprop("sim/current-view/name"); viewName = getprop("sim/current-view/name");
canChangeZOffset = getprop("sim/current-view/type") == "lookat" and viewName != "Tower View" and viewName != "Tower View AGL" and viewName != "Fly-By View" and viewName != "Chase View" and viewName != "Chase View Without Yaw" and viewName != "Walk View"; canChangeZOffset = getprop("sim/current-view/type") == "lookat" and viewName != "Tower View" and viewName != "Tower View AGL" and viewName != "Fly-By View" and viewName != "Chase View" and viewName != "Chase View Without Yaw" and viewName != "Walk View" and viewName != "Walker Orbit View";
if (getprop("sim/current-view/z-offset-m") <= -20) { if (getprop("sim/current-view/z-offset-m") <= -20) {
decStep = -2; decStep = -2;