From f8ca6487b3aa9d58b57d934774a48da29e5d8711 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Thu, 26 Oct 2006 21:48:16 +0000 Subject: [PATCH] Correction git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2458 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/doc/devel/strtab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/doc/devel/strtab b/sc2/doc/devel/strtab index 74185ae5f..11170c2f6 100644 --- a/sc2/doc/devel/strtab +++ b/sc2/doc/devel/strtab @@ -28,7 +28,7 @@ Followed by: For .ct files an item is as follows (new 256x24bit format): 1 Index of first clut in this item. 1 Index of last clut in this item. - For each item: + For each clut: 256 palette entries: 1 red value 1 green value @@ -37,7 +37,7 @@ For .ct files an item is as follows (new 256x24bit format): For old .ct files an item is as follows (obsoleted by new 256x24bit format): 1 Index of first clut in this item. 1 Index of last clut in this item. - For each item: + For each clut: 32 palette entries: 2 bits 0-4: blue value bits 5-9: green value