Add Model dumping for T6

This commit is contained in:
Jan
2021-08-14 15:39:40 +02:00
parent 963e6537ca
commit d5780a1124
19 changed files with 878 additions and 84 deletions

View File

@ -20,7 +20,7 @@ namespace T6
explicit KeyValuePairKnownKey(std::string key)
{
m_key = std::move(key);
m_hash = CommonT6::Com_HashKey(m_key.c_str(), 64);
m_hash = Common::Com_HashKey(m_key.c_str(), 64);
}
};