mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
select correct bit ..
This commit is contained in:
parent
8452d4c0ef
commit
2af58f4352
|
@ -379,7 +379,7 @@ int PolyHeader::TranslatorMapOffset()
|
|||
|
||||
bool PolyHeader::TranslucencyPatternSelect()
|
||||
{
|
||||
return (header[6] & 0x10000) > 0;
|
||||
return (header[6] & 0x20000) > 0;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue