projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f1d7e
)
fix dds loading in 64 bit
author
Garux <garux@mail.ru>
Sat, 23 Jan 2021 08:23:04 +0000
(11:23 +0300)
committer
Thomas Debesse <dev@illwieckz.net>
Mon, 15 Feb 2021 08:37:53 +0000
(09:37 +0100)
libs/ddslib.h
patch
|
blob
|
history
diff --git
a/libs/ddslib.h
b/libs/ddslib.h
index 4961f6ef6b17cca7817bf9f94c12d4edd7c3041f..3f8f7426532cea87542390f9d714e1398ff79875 100644
(file)
--- 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;