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 */