1
0
Fork 0

Better do not try to use btg.gz files as polygon source

This commit is contained in:
Christian Schmitt 2011-10-27 10:15:27 +02:00
parent 1c47d095b7
commit a7054d72b3

View file

@ -100,7 +100,7 @@ static int actual_load_polys( const SGPath& dir,
BOOST_FOREACH(const SGPath& p, d.children(simgear::Dir::TYPE_FILE)) {
string lext = p.complete_lower_extension();
if ((lext == "arr") || (lext == "arr.gz") ||
if ((lext == "arr") || (lext == "arr.gz") || (lext == "btg.gz") ||
(lext == "fit") || (lext == "fit.gz") || (lext == "ind"))
{
// skipped!