pkgfile being packaged depends on 1 bit.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2260 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -11,8 +11,8 @@ Main header: (resinit.c, _GetResFileData())
|
|||||||
position length meaning
|
position length meaning
|
||||||
0x00 2 Whether or not the file is packaged (res_flags)
|
0x00 2 Whether or not the file is packaged (res_flags)
|
||||||
(has all files in the .pkg file itself)
|
(has all files in the .pkg file itself)
|
||||||
0 - the .pkg file is not packaged
|
bit 0: 0 - the .pkg file is not packaged
|
||||||
else - the .pkg file is packaged
|
1 - the .pkg file is packaged
|
||||||
0x02 4 offset from the beginning of the file where the list
|
0x02 4 offset from the beginning of the file where the list
|
||||||
of package information is stored (packmem_list_offs)
|
of package information is stored (packmem_list_offs)
|
||||||
0x06 4 offset from the beginning of the file where the list
|
0x06 4 offset from the beginning of the file where the list
|
||||||
|
|||||||
Reference in New Issue
Block a user