Skip to content
Snippets Groups Projects
Commit 82fad646 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

wad and lumps are unsigned, not signed

parent ee734162
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment