Utwig shield now pulsates properly (bug #269), from Nic

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@901 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-03-28 17:21:41 +00:00
parent d12a7b7ef9
commit 8c8f4e2506
+1 -1
View File
@@ -336,7 +336,7 @@ utwig_preprocess (PELEMENT ElementPtr)
c = 0x2C;
}
else
c = 0x78;
c = 0x7a;
if (c <= 0x2f && c >= 0x2a)
color_index = c - 0x2a;
else /* color is between 0x7a and 0x7f */