Fixed asset header compare incosistenty

This commit is contained in:
2025-11-09 10:24:45 -06:00
parent 5a3004f1d1
commit eff5fc3d9a
3 changed files with 15 additions and 2 deletions

View File

@@ -13,9 +13,11 @@
typedef enum {
ASSET_TYPE_NULL,
ASSET_TYPE_PALETTE_IMAGE,
ASSET_TYPE_ALPHA_IMAGE,
ASSET_TYPE_LANGUAGE,
ASSET_TYPE_COUNT,
} assettype_t;