From: Garux Date: Sat, 23 Jan 2021 08:23:04 +0000 (+0300) Subject: fix dds loading in 64 bit X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=20ea56392f5af6b2fa68a611320c6356073d1d6e;p=xonotic%2Fnetradiant.git fix dds loading in 64 bit --- 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;