mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added Tiberian Sun/Red Alert SHP file support. Added EXPAND3.MIX for Allied Force data.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user