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
|
@ -118,7 +118,7 @@ struct PICDATA {
|
|||
#else
|
||||
void* pic = nullptr; // BYTE* to image, exception: if bType==PICDATA_TYPE_BMP then this is a LPDIRECTDRAWSURFACE!
|
||||
VBORDER* vborder = nullptr;
|
||||
int* pal = nullptr;
|
||||
const int* pal = nullptr;
|
||||
std::shared_ptr<std::vector<BYTE>> lighting;
|
||||
std::shared_ptr<std::vector<BYTE>> rawPic;
|
||||
std::shared_ptr<std::vector<VBORDER>> _vBorder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue