SCI: Mac SCI1.1+ games can use SYNC as the resource type for sync resources too
svn-id: r55708
This commit is contained in:
parent
4ea38d3f33
commit
26f5523156
1 changed files with 2 additions and 1 deletions
|
@ -1781,7 +1781,8 @@ static const MacResTag macResTagMap[] = {
|
||||||
{ MKID_BE('IBIN'), kResourceTypeMacIconBarPictN },
|
{ MKID_BE('IBIN'), kResourceTypeMacIconBarPictN },
|
||||||
{ MKID_BE('IBIS'), kResourceTypeMacIconBarPictS },
|
{ MKID_BE('IBIS'), kResourceTypeMacIconBarPictS },
|
||||||
{ MKID_BE('PICT'), kResourceTypeMacPict },
|
{ MKID_BE('PICT'), kResourceTypeMacPict },
|
||||||
{ MKID_BE('SYN '), kResourceTypeSync }
|
{ MKID_BE('SYN '), kResourceTypeSync },
|
||||||
|
{ MKID_BE('SYNC'), kResourceTypeSync }
|
||||||
};
|
};
|
||||||
|
|
||||||
static Common::Array<uint32> resTypeToMacTags(ResourceType type) {
|
static Common::Array<uint32> resTypeToMacTags(ResourceType type) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue