]> git.mxchange.org Git - flightgear.git/commitdiff
Corrected "#ifdef 0" to "#if 0" to keep ANSI-conformant compilers
authordavid <david>
Fri, 17 May 2002 18:56:13 +0000 (18:56 +0000)
committerdavid <david>
Fri, 17 May 2002 18:56:13 +0000 (18:56 +0000)
happy.

src/Scenery/newcache.cxx

index 31caaeeec3e6c0ecf953315cff09af416b571bcd..98122377c99f585a619ab246781e14a486b2af9b 100644 (file)
@@ -214,7 +214,7 @@ bool FGNewCache::insert_tile( FGTileEntry *e ) {
 
 // Note this is the old version of FGNewCache::make_space(), currently disabled
 // It uses distance from a center point to determine tiles to be discarded...
-#ifdef 0
+#if 0
 // Ensure at least one entry is free in the cache
 bool FGNewCache::make_space() {
     SG_LOG( SG_TERRAIN, SG_DEBUG, "Make space in cache" );