From 8c8f4e2506acca52226d10c6e89d8672b7d7d223 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Fri, 28 Mar 2003 17:21:41 +0000 Subject: [PATCH] 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 --- sc2/src/sc2code/ships/utwig/utwig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/ships/utwig/utwig.c b/sc2/src/sc2code/ships/utwig/utwig.c index 3ba7d46ac..5e8a46436 100644 --- a/sc2/src/sc2code/ships/utwig/utwig.c +++ b/sc2/src/sc2code/ships/utwig/utwig.c @@ -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 */