]> git.mxchange.org Git - flightgear.git/commit
Frederic Bouvier:
authorehofman <ehofman>
Tue, 30 Mar 2004 09:05:05 +0000 (09:05 +0000)
committerehofman <ehofman>
Tue, 30 Mar 2004 09:05:05 +0000 (09:05 +0000)
commitd430290e48b1d3a17df2ce4905e907b595bd752d
treecf460bfeb7a2d3195a67ad7b8afb181f11750777
parent29d9c1b2f6c4c32085a2cde860b84abaf2abc024
Frederic Bouvier:

trying the --show-aircraft option, I noticed that I had
no output. This is because there are still output to
cout or cerr, that are not triggering my console patch
for windows. The patch attached use SG_LOG instead.
A request to hit a key is also added because otherwise,
the console window will disappear as soon as the program
stop.

This problem is minor though given the fact that fgfs.exe
is shipped with fgrun that do show the available aircraft
in a much nicer manner.
src/Main/main.cxx
src/Main/options.cxx