Corrected "#ifdef 0" to "#if 0" to keep ANSI-conformant compilers
happy.
This commit is contained in:
parent
3754126976
commit
9002aa41ff
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ bool FGNewCache::insert_tile( FGTileEntry *e ) {
|
||||||
|
|
||||||
// Note this is the old version of FGNewCache::make_space(), currently disabled
|
// 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...
|
// 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
|
// Ensure at least one entry is free in the cache
|
||||||
bool FGNewCache::make_space() {
|
bool FGNewCache::make_space() {
|
||||||
SG_LOG( SG_TERRAIN, SG_DEBUG, "Make space in cache" );
|
SG_LOG( SG_TERRAIN, SG_DEBUG, "Make space in cache" );
|
||||||
|
|
Loading…
Reference in a new issue