From 82fad646e785c8de8841c8fe1590ab3b1116c785 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Sat, 23 Jul 2016 23:02:10 -0400 Subject: [PATCH] wad and lumps are unsigned, not signed --- src/r_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_data.h b/src/r_data.h index 4a37f82c..69a2882a 100644 --- a/src/r_data.h +++ b/src/r_data.h @@ -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,