Oops, fix a typo.
This commit is contained in:
parent
b206ef0a4b
commit
02b758c87b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue