SCI: Mac SCI1.1+ games can use SYNC as the resource type for sync resources too

svn-id: r55708
This commit is contained in:
Matthew Hoops 2011-02-01 15:17:39 +00:00
parent 4ea38d3f33
commit 26f5523156

View File

@ -1781,7 +1781,8 @@ static const MacResTag macResTagMap[] = {
{ MKID_BE('IBIN'), kResourceTypeMacIconBarPictN },
{ MKID_BE('IBIS'), kResourceTypeMacIconBarPictS },
{ MKID_BE('PICT'), kResourceTypeMacPict },
{ MKID_BE('SYN '), kResourceTypeSync }
{ MKID_BE('SYN '), kResourceTypeSync },
{ MKID_BE('SYNC'), kResourceTypeSync }
};
static Common::Array<uint32> resTypeToMacTags(ResourceType type) {