mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
Fix a warning. Nobody seems to use this field though?
git-svn-id: https://svn.eduke32.com/eduke32@1379 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c8fcae3be4
commit
77703ce68a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
struct sdlappicon {
|
struct sdlappicon {
|
||||||
int32_t width,height;
|
int32_t width,height;
|
||||||
uint32_t *pixels;
|
uint32_t *pixels;
|
||||||
char *mask;
|
unsigned char *mask;
|
||||||
};
|
};
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue