From be9987a68307ea245ffd71b57a2a7d8b21720d70 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 27 Feb 2006 21:00:25 +0000 Subject: [PATCH] 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 --- sc2/doc/devel/pkgformat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/doc/devel/pkgformat b/sc2/doc/devel/pkgformat index 257fdd848..5468bdd49 100644 --- a/sc2/doc/devel/pkgformat +++ b/sc2/doc/devel/pkgformat @@ -11,8 +11,8 @@ Main header: (resinit.c, _GetResFileData()) position length meaning 0x00 2 Whether or not the file is packaged (res_flags) (has all files in the .pkg file itself) - 0 - the .pkg file is not packaged - else - the .pkg file is packaged + bit 0: 0 - the .pkg file is not packaged + 1 - the .pkg file is packaged 0x02 4 offset from the beginning of the file where the list of package information is stored (packmem_list_offs) 0x06 4 offset from the beginning of the file where the list