From cfe934e8dbcdfa84805251bb65ed8839d24bff3d Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Tue, 4 Aug 2020 14:44:50 -0700 Subject: [PATCH] Fixed a bug were HD images would draw broken shadows. --- code/redalert/building.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/redalert/building.cpp b/code/redalert/building.cpp index db76cfe..d56e183 100644 --- a/code/redalert/building.cpp +++ b/code/redalert/building.cpp @@ -539,7 +539,7 @@ void BuildingClass::Draw_It(int x, int y, WindowNumberType window) const // jmarshall - shadows are going to need to be done differently, but for now this will work. - if (Get_Build_TS_Shape(shapefile)) + if (Get_Build_TS_Shape(shapefile) && hdimage == NULL) { CCGlobalShadowRender = true; {