1
0
Fork 0

Turn the console colors back to default before continueing

This commit is contained in:
ehofman 2004-01-19 13:51:05 +00:00
parent ce66c93d6c
commit fbd21c499f

View 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