X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2Fjsinput.cxx;h=27132588495eb60b321a318365df25ae71dfaead;hb=942cf9e51da37b9c05311d3099b3d331307550d3;hp=5bf12a4c5ab0d3fb343648f946efc7e8d34e9114;hpb=3d0ed996514866ab6df5846dee53bcd578b40386;p=flightgear.git diff --git a/src/Input/jsinput.cxx b/src/Input/jsinput.cxx index 5bf12a4c5..271325884 100644 --- a/src/Input/jsinput.cxx +++ b/src/Input/jsinput.cxx @@ -18,11 +18,11 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#include +#include "jsinput.h" jsInput::jsInput(jsSuper *j) { jss=j; - pretty_display=false; + pretty_display=true; joystick=axis=button=-1; axis_threshold=0.2; }