fixed some rasters (again)

This commit is contained in:
aap
2020-07-29 22:42:52 +02:00
parent 90b624fc3a
commit 162c2d2035
6 changed files with 145 additions and 91 deletions

View File

@@ -162,6 +162,7 @@ struct D3dRaster
void *texture;
void *palette;
uint32 format;
uint32 bpp; // bytes per pixel
bool32 hasAlpha;
bool32 customFormat;
};