1
0
Fork 0

Oops, fix a typo.

This commit is contained in:
curt 2003-08-09 02:45:23 +00:00
parent b206ef0a4b
commit 02b758c87b

View file

@ -97,7 +97,7 @@ FGTileLoader::add( FGTileEntry* tile )
tmp.set( globals->get_fg_scenery() ); tmp.set( globals->get_fg_scenery() );
} else { } else {
tmp.set( globals->get_fg_root() ); tmp.set( globals->get_fg_root() );
tile_path.append( "Scenery" ); tmp.append( "Scenery" );
} }
tile_path = tmp.str(); tile_path = tmp.str();
beenhere = true; beenhere = true;