wad and lumps are unsigned, not signed

This commit is contained in:
Alam Ed Arias 2016-07-23 23:02:10 -04:00
parent ee73416222
commit 82fad646e7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ typedef struct
{
// Block origin (always UL), which has already accounted for the internal origin of the patch.
INT16 originx, originy;
INT16 wad, lump;
UINT16 wad, lump;
} texpatch_t;
// A maptexturedef_t describes a rectangular texture,