mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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 {
|
||||
int32_t width,height;
|
||||
uint32_t *pixels;
|
||||
char *mask;
|
||||
unsigned char *mask;
|
||||
};
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue