diff --git a/libs/ddslib.h b/libs/ddslib.h index 4961f6ef..3f8f7426 100644 --- a/libs/ddslib.h +++ b/libs/ddslib.h @@ -181,7 +181,7 @@ typedef struct ddsBuffer_s }; unsigned int alphaBitDepth; unsigned int reserved; - void *surface; + unsigned int surface; // void *surface; union { ddsColorKey_t ckDestOverlay;