From 29f5d23daee1207795a030df29f8ac2ef0a24635 Mon Sep 17 00:00:00 2001 From: janwas Date: Sat, 31 Jul 2004 19:36:46 +0000 Subject: [PATCH] no change This was SVN commit r868. --- source/lib/res/h_mgr.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;