Added Tiberian Sun/Red Alert SHP file support. Added EXPAND3.MIX for Allied Force data.

This commit is contained in:
Justin Marshall
2020-07-31 21:52:32 -07:00
parent 1d8cd100b0
commit 32a81a0174
14 changed files with 160 additions and 51 deletions
+2 -2
View File
@@ -110,8 +110,8 @@ void ShapeButtonClass::Set_Shape(void const * data)
{
ShapeData = data;
if (ShapeData) {
Width = Get_Build_Frame_Width(ShapeData);
Height = Get_Build_Frame_Height(ShapeData);
Width = Get_Build_Frame_Width(ShapeData, 0);
Height = Get_Build_Frame_Height(ShapeData, 0);
}
}