fix dds loading in 64 bit
This commit is contained in:
parent
d734199601
commit
b949f70077
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user