From 56dfe3ab9d7ed1299e1226929852ec3df020fe09 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Mon, 28 Oct 2002 02:50:45 +0000 Subject: [PATCH] changed a bit git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@171 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/doc/devel/aniformat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/doc/devel/aniformat b/sc2/doc/devel/aniformat index 94448db38..fca075142 100644 --- a/sc2/doc/devel/aniformat +++ b/sc2/doc/devel/aniformat @@ -2,6 +2,7 @@ For *.ani, *.sml, *.med, *.big files, each line is in following format: filename transparent_color colormap_index hotspot_x hotspot_y -Filename is string, all others are ints, -1 means value not used. +Filename is string, all others are int. +-1 for transparent_color or colormap_index means it isn't used. This information is parsed in libs/graphics/sdl/3do_getbody.c