mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +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.
|
// Block origin (always UL), which has already accounted for the internal origin of the patch.
|
||||||
INT16 originx, originy;
|
INT16 originx, originy;
|
||||||
INT16 wad, lump;
|
UINT16 wad, lump;
|
||||||
} texpatch_t;
|
} texpatch_t;
|
||||||
|
|
||||||
// A maptexturedef_t describes a rectangular texture,
|
// A maptexturedef_t describes a rectangular texture,
|
||||||
|
|
Loading…
Reference in a new issue