Frame data refers to gfxres doc rather than paste it in

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1184 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-09-02 23:14:51 +00:00
parent 5fd5d19a83
commit e0d56f37ed
+1 -10
View File
@@ -67,16 +67,7 @@ bits are most likely never used):
Frames: Frames:
Then for all frames: Then for all frames:
If DATA_HARDWARE is set in the flags for this char: See "Frames" in gfxres.
4 Size of image data
? .cel image data
If DATA_PACKED is set in the flags for this char: (from 3do/imageint.c)
for every line in the image (bounds.height lines):
2 number of bytes used to encode this line
The actual number of bytes is computed like so:
(number-of-bytes + 2) * 4
a number of packets of this format:
Initial version 2003-09-02, by Alex Volkov Initial version 2003-09-02, by Alex Volkov