From 5d503e5f380a755aed7e4737a190abb620f5012f Mon Sep 17 00:00:00 2001 From: Gijs de Rooy Date: Tue, 8 Oct 2013 22:26:30 +0200 Subject: [PATCH] Issue #1222: one cannot use + var slip = -getprop("/orientation/side-slip-deg"); # inverted after a change in side-slip sign (bug #901) var min_speed_threshold = getprop("/controls/flight/fcs/gains/cas/input/anti-side-slip-min-speed"); if (mach < min_speed_threshold) { # works only if air speed > min_speed_threshold slip = 0;