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:
@@ -336,7 +336,7 @@ utwig_preprocess (PELEMENT ElementPtr)
|
|||||||
c = 0x2C;
|
c = 0x2C;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
c = 0x78;
|
c = 0x7a;
|
||||||
if (c <= 0x2f && c >= 0x2a)
|
if (c <= 0x2f && c >= 0x2a)
|
||||||
color_index = c - 0x2a;
|
color_index = c - 0x2a;
|
||||||
else /* color is between 0x7a and 0x7f */
|
else /* color is between 0x7a and 0x7f */
|
||||||
|
|||||||
Reference in New Issue
Block a user