fix dds loading in 64 bit

This commit is contained in:
Garux 2021-01-23 11:23:04 +03:00
parent d734199601
commit b949f70077

View File

@ -181,7 +181,7 @@ typedef struct ddsBuffer_s
}; };
unsigned int alphaBitDepth; unsigned int alphaBitDepth;
unsigned int reserved; unsigned int reserved;
void *surface; unsigned int surface; // void *surface;
union union
{ {
ddsColorKey_t ckDestOverlay; ddsColorKey_t ckDestOverlay;