From fbd21c499f126c60dc764cb8ddbe48961c1adeb2 Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 19 Jan 2004 13:51:05 +0000 Subject: [PATCH] Turn the console colors back to default before continueing --- src/FDM/JSBSim/FGFDMExec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FDM/JSBSim/FGFDMExec.cpp b/src/FDM/JSBSim/FGFDMExec.cpp index b8231016c..02e433047 100644 --- a/src/FDM/JSBSim/FGFDMExec.cpp +++ b/src/FDM/JSBSim/FGFDMExec.cpp @@ -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 -- 2.39.5