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:
@@ -18,8 +18,8 @@ Image_t* SidebarEditor::LoadEditorImage(const char* name) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int width = Get_Build_Frame_Width(shapefile);
|
||||
int height = Get_Build_Frame_Height(shapefile);
|
||||
int width = Get_Build_Frame_Width(shapefile, 0);
|
||||
int height = Get_Build_Frame_Height(shapefile, 0);
|
||||
unsigned char *shape_pointer = (unsigned char*)Build_Frame(shapefile, 0, _ShapeBuffer);
|
||||
short frameCount = Get_Build_Frame_Count(shapefile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user