]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/newcache.cxx
Irix MIPS patches.
[flightgear.git] / src / Scenery / newcache.cxx
index 23a990a743b28649f876e546f15327f5e9fa1502..a6713fd2fbcee9094b7004cebcc8c5292b390766 100644 (file)
@@ -218,7 +218,7 @@ void FGNewCache::fill_in( const SGBucket& b ) {
     e->tile_bucket = b;
 
     SGPath tile_path;
-    if ( globals->get_fg_scenery() != "" ) {
+    if ( globals->get_fg_scenery() != (string)"" ) {
        tile_path.set( globals->get_fg_scenery() );
     } else {
        tile_path.set( globals->get_fg_root() );