]> git.mxchange.org Git - flightgear.git/commit
Frederic Bouvier:
authorehofman <ehofman>
Sat, 13 Sep 2003 11:47:30 +0000 (11:47 +0000)
committerehofman <ehofman>
Sat, 13 Sep 2003 11:47:30 +0000 (11:47 +0000)
commit7249aaea330915b49fb8ef8832f0f9aa31dec4e1
tree085a2256026ca845ffb8c37a1a742a27320d0b15
parent2be37c04fe1fb95841aadc33f7468208e64c32cd
Frederic Bouvier:
This patch is there to correct a problem that prevent to load static objects when specifying a relative fg-root or a different, relative, fg-scenery. It appears that there is a mix between fg-root, fg-scenery and PLIB's model-dir.
It has been reported on the list that users are not able to see the buildings, especially those running the win32 builds because they run 'runfgfs.bat' that set FG_ROOT=./DATA.

I decided not to use model-dir because it just add confusion and to build a valid path earlier.
src/Main/main.cxx
src/Model/model_panel.cxx
src/Scenery/tileentry.cxx
src/Scenery/tilemgr.cxx