tag_table use unsigned short rather than enum

we have 190 tags

mips padded with extra 2 bytes * 2

saves ~768 bytes

Change-Id: I1d9bd8bf435bc1e3bc4564356c290c883c4724de
This commit is contained in:
William Wilgus 2024-11-23 21:01:02 -05:00 committed by William Wilgus
parent 21ebfd574a
commit 1bf19eaaff

View file

@ -348,7 +348,7 @@ enum skin_token_type {
*/ */
struct tag_info struct tag_info
{ {
enum skin_token_type type; unsigned short type;
unsigned short param_pos; unsigned short param_pos;
const char* name; const char* name;
int flags; int flags;