From: curt Date: Wed, 6 Sep 2000 00:09:02 +0000 (+0000) Subject: Default to not using new engine code ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50b74acd95e804794141c0bf2cf9aa85dba93c14;p=flightgear.git Default to not using new engine code ... --- diff --git a/src/FDM/LaRCsim.cxx b/src/FDM/LaRCsim.cxx index d290b45d6..309840807 100644 --- a/src/FDM/LaRCsim.cxx +++ b/src/FDM/LaRCsim.cxx @@ -35,7 +35,7 @@ #include "LaRCsim.hxx" -#define USE_NEW_ENGINE_CODE 1 +// #define USE_NEW_ENGINE_CODE 1 FGEngine eng;