]> git.mxchange.org Git - flightgear.git/commit
fix bug that prevented /sim/sceneryloaded from ever becoming "true" if
authormfranz <mfranz>
Tue, 19 Jun 2007 10:18:14 +0000 (10:18 +0000)
committermfranz <mfranz>
Tue, 19 Jun 2007 10:18:14 +0000 (10:18 +0000)
commit5123de61ee3813391f8acda1da224b1e8cf2b392
tree88f450a9e3476710717f334e7b0cb0980d986b4b
parent588ce7e4702c2ac6ba6180c4a81cfad85071c254
fix bug that prevented /sim/sceneryloaded from ever becoming "true" if
/sim/screneryloaded-override was "true". At least one subsystem (od_gauge)
waits for /sim/sceneryloaded to bypass CPU intensive code until the scenery
is up. This broke e.g. the RTT-radar when using /sim/screneryloaded-override

--prop:sim/sceneryloaded-override=true has the effect that fgfs
doesn't show the splash screen until the scenery is loaded, but shows
the OTW view (scenery/aircraft) at the earliest possible moment. This is
useful for developers who often need to run fgfs only to check some minor
detail, while not caring about stuttering caused by scenery loading.
src/Main/main.cxx