Turn the console colors back to default before continueing
This commit is contained in:
parent
ce66c93d6c
commit
fbd21c499f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue