]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix dds loading in 64 bit 169/head
authorGarux <garux@mail.ru>
Sat, 23 Jan 2021 08:23:04 +0000 (11:23 +0300)
committerThomas Debesse <dev@illwieckz.net>
Mon, 15 Feb 2021 08:37:53 +0000 (09:37 +0100)
libs/ddslib.h

index 4961f6ef6b17cca7817bf9f94c12d4edd7c3041f..3f8f7426532cea87542390f9d714e1398ff79875 100644 (file)
@@ -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;