mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
wad and lumps are unsigned, not signed
This commit is contained in:
parent
ee73416222
commit
82fad646e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue