fix a type ambiguity in maptexture_t

Fixes #1189, thanks @coelckers
This commit is contained in:
Fabian Greffrath 2023-08-27 11:03:25 +02:00
parent 288f88199f
commit 6b17ece275

View File

@ -65,7 +65,7 @@ typedef struct
typedef struct typedef struct
{ {
char name[8]; char name[8];
boolean masked; int masked;
short width; short width;
short height; short height;
char pad[4]; // unused in Doom but might be used in Boom Phase 2 char pad[4]; // unused in Doom but might be used in Boom Phase 2