mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Reduce width of a couple fields in memberlabel_t
git-svn-id: https://svn.eduke32.com/eduke32@8735 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7dc1a3c904
commit
6c9bdae0ec
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ int32_t __fastcall VM_GetPalData(int const palNum, int32_t labelNum);
|
||||||
{
|
{
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
||||||
int32_t lId;
|
int16_t lId;
|
||||||
uint32_t flags;
|
uint16_t flags;
|
||||||
int16_t maxParm2;
|
int16_t maxParm2;
|
||||||
int16_t offset;
|
int16_t offset;
|
||||||
} memberlabel_t;
|
} memberlabel_t;
|
||||||
|
|
Loading…
Reference in a new issue