]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/newcache.cxx
Updates to allow weather system and atis to interact better.
[flightgear.git] / src / Scenery / newcache.cxx
index 8c0ebdb3cac1fa9ec87ecc221c6ea8645e6be3e0..aca6fe0a042621d419a992b11f9b2ad59daf318c 100644 (file)
@@ -173,6 +173,10 @@ bool FGNewCache::make_space() {
            return false;
        }
     }
+
+    SG_LOG( SG_TERRAIN, SG_ALERT, "WHOOPS!!! Hit an unhandled condition in  "
+            "FGNewCache::make_space()." );
+    return false;
 }