From 6c9bdae0ec0adf66e28c7d174c091d81c61a109d Mon Sep 17 00:00:00 2001 From: terminx Date: Thu, 12 Mar 2020 01:09:48 +0000 Subject: [PATCH] Reduce width of a couple fields in memberlabel_t git-svn-id: https://svn.eduke32.com/eduke32@8735 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/gamestructures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/duke3d/src/gamestructures.h b/source/duke3d/src/gamestructures.h index a3fb1e145..d411e599b 100644 --- a/source/duke3d/src/gamestructures.h +++ b/source/duke3d/src/gamestructures.h @@ -55,8 +55,8 @@ int32_t __fastcall VM_GetPalData(int const palNum, int32_t labelNum); { const char *name; - int32_t lId; - uint32_t flags; + int16_t lId; + uint16_t flags; int16_t maxParm2; int16_t offset; } memberlabel_t;