From a1687554ccb039c4ea469f755666165dcdda5416 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Thu, 2 Jul 2020 18:02:36 -0700 Subject: [PATCH] Prep_For_Add now checks for the hdimage. --- code/redalert/cdata.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/redalert/cdata.cpp b/code/redalert/cdata.cpp index eb6a9fb..6afa5c7 100644 --- a/code/redalert/cdata.cpp +++ b/code/redalert/cdata.cpp @@ -2710,7 +2710,9 @@ void TemplateTypeClass::Prep_For_Add(void) if (index >= TEMPLATE_BRIDGE_1A) break; // jmarshall - stupid hack - if (As_Reference(index).Get_Image_Data()) { + + // jmarshall: get hdimage data. + if (As_Reference(index).Get_HDImage_Data()) { Map.Add_To_List(&As_Reference(index)); } }