]> git.mxchange.org Git - flightgear.git/commitdiff
Make it possible to split the Scenery into Scenery/Terrain and Scenery/Objects in...
authorehofman <ehofman>
Sun, 6 Jun 2004 19:15:04 +0000 (19:15 +0000)
committerehofman <ehofman>
Sun, 6 Jun 2004 19:15:04 +0000 (19:15 +0000)
src/Scenery/FGTileLoader.cxx

index 95bd81e3a9ea572c41f6558b4e6fdd064867c784..07fb517d2400b54fa93ce79f1f89624163c35490 100644 (file)
@@ -98,7 +98,9 @@ FGTileLoader::add( FGTileEntry* tile )
        } else {
             SGPath tmp;
            tmp.set( globals->get_fg_root() );
-            tmp.append( "Scenery" );
+            tmp.append( "Scenery/Terrain:" );
+            tmp.append(globals->get_fg_root() );
+            tmp.append( "Scenery/Objects" );
             tile_path = tmp.str();
        }
        beenhere = true;