mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
generally transplanted FA2sp image handling logic, but still WIP
TODO: Fix palette background issue. Fix voxel handling .
This commit is contained in:
parent
981059c2b4
commit
800cd951b6
17 changed files with 1058 additions and 1163 deletions
|
@ -104,7 +104,10 @@ extern vector<CString> rndterrainsrc;
|
|||
|
||||
// infos for buildings and trees (should be extended to infantry, units, and aircraft)
|
||||
// they are initialized in CIsoView, should be changed to CMapData
|
||||
extern BUILDING_INFO buildinginfo[0x0F00];
|
||||
|
||||
size_t constexpr buildingInfoCapacity = 0x0F000;
|
||||
|
||||
extern BUILDING_INFO buildinginfo[buildingInfoCapacity];
|
||||
extern TREE_INFO treeinfo[0x0F00];
|
||||
#ifdef SMUDGE_SUPP
|
||||
extern SMUDGE_INFO smudgeinfo[0x0F00];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue