From 20ea56392f5af6b2fa68a611320c6356073d1d6e Mon Sep 17 00:00:00 2001 From: Garux Date: Sat, 23 Jan 2021 11:23:04 +0300 Subject: [PATCH] fix dds loading in 64 bit --- libs/ddslib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2