diff --git a/source/lib/res/h_mgr.cpp b/source/lib/res/h_mgr.cpp index 336658efe7..3f87053fd2 100755 --- a/source/lib/res/h_mgr.cpp +++ b/source/lib/res/h_mgr.cpp @@ -124,10 +124,12 @@ static const size_t HDATA_USER_SIZE = 44+64; struct HDATA { uintptr_t key; + u32 tag : TAG_BITS; + u32 refs : REF_BITS; - // = 0: cached u32 type_idx : TYPE_BITS; + H_Type type; const char* fn;