]> git.mxchange.org Git - flightgear.git/commitdiff
Turn the console colors back to default before continueing
authorehofman <ehofman>
Mon, 19 Jan 2004 13:51:05 +0000 (13:51 +0000)
committerehofman <ehofman>
Mon, 19 Jan 2004 13:51:05 +0000 (13:51 +0000)
src/FDM/JSBSim/FGFDMExec.cpp

index b8231016cf71f250d0e1d0e17a43d9acd2b32864..02e433047c5b71e3dae49d0d12afed0f9256935a 100644 (file)
@@ -521,7 +521,7 @@ bool FGFDMExec::ReadPrologue(FGConfigFile* AC_cfg)
          << "This aircraft model may not even properly load, and probably"
          << " will not fly as expected." << endl << endl
          << fgred << highint << "Use this model for development purposes ONLY!!!"
-         << normint << endl << endl;
+         << normint << reset << endl << endl;
   } else if (Release == "BETA") {
     system("banner BETA");
     cout << endl << endl