]> git.mxchange.org Git - flightgear.git/commit
Added loaded flag to FGTileEntry so that the main thread knows when the
authorcurt <curt>
Fri, 6 Apr 2001 18:30:07 +0000 (18:30 +0000)
committercurt <curt>
Fri, 6 Apr 2001 18:30:07 +0000 (18:30 +0000)
commit606b8d13d9d02198fea282bfe75f9c02c7a0d07e
tree450fee671ad096f2c595c6c98ea73797417637ef
parent4b6e8102a7dae8e876686ee2c528f903a9a028bf
Added loaded flag to FGTileEntry so that the main thread knows when the
tile has been loaded.  Since this flag can be set by another thread I've
declared it "volatile bool".

Also cleaned up delete vs delete[] usage.  Gcc is happy with delete[],
which is the correct usage.
src/Scenery/tileentry.cxx
src/Scenery/tileentry.hxx