mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-15 15:51:01 +02:00
Fixed a bug were nonremappable buildings were getting team colors assigned.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user