]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/FGTileLoader.hxx
Check for the plib version when using display lists, just to be sure.
[flightgear.git] / src / Scenery / FGTileLoader.hxx
index 54e8be927e5f2ecd4be743f9981a7f0254cd7ec1..3d912fa753ce73715a4bafd50534c3dba442371c 100644 (file)
@@ -109,9 +109,9 @@ private:
 #endif
 
     /**
-     * Base name of directory containing tile data file.
+     * Base names of directories containing tile data files.
      */
-    string tile_path;
+    string_list tile_path;
 
 #if defined(ENABLE_THREADS) && ENABLE_THREADS
     /**