diff --git a/A320-main.xml b/A320-main.xml index 9386dbb9..e71fd2dd 100644 --- a/A320-main.xml +++ b/A320-main.xml @@ -2,7 +2,7 @@ - + Joshua Davidson (Octal450), Jonathan Redpath (legoboyvdlp), Thorsten Herrmann (TH-555), Based on IDG-A32X diff --git a/Nasal/Sim/zoom-views.nas b/Nasal/Sim/zoom-views.nas index 75018598..4e246816 100644 --- a/Nasal/Sim/zoom-views.nas +++ b/Nasal/Sim/zoom-views.nas @@ -12,7 +12,7 @@ var viewName = "XX"; var fovZoom = func(d) { 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) { decStep = -2;