Fixed a bug were nonremappable buildings were getting team colors assigned.

This commit is contained in:
Justin Marshall
2020-08-05 13:36:11 -07:00
parent dcd40b2018
commit d983592f2e
3 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -3684,9 +3684,9 @@ void CC_Draw_Shape(void const * shapefile, int shapenum, int x, int y, WindowNum
if ((flags & SHAPE_GHOST) && (!ghostdata)) {
ghostdata = DisplayClass::SpecialGhost;
}
if ((flags & SHAPE_FADING) && (!fadingdata)) {
fadingdata = DisplayClass::FadingShade;
}
//if ((flags & SHAPE_FADING) && (!fadingdata)) {
// fadingdata = DisplayClass::FadingShade;
//}
static unsigned char * _xbuffer = 0;