select correct bit ..

This commit is contained in:
Ian Curtis 2018-05-24 20:19:54 +00:00
parent 8452d4c0ef
commit 2af58f4352

View file

@ -379,7 +379,7 @@ int PolyHeader::TranslatorMapOffset()
bool PolyHeader::TranslucencyPatternSelect()
{
return (header[6] & 0x10000) > 0;
return (header[6] & 0x20000) > 0;
}
//