crlib: reduce hashmap memory usage.

build: fixed clang build.
This commit is contained in:
ds 2020-11-08 11:41:41 +03:00
commit d40aab2b40
3 changed files with 14 additions and 7 deletions

View file

@ -49,7 +49,7 @@ private:
StringArray m_logos;
StringArray m_avatars;
HashMap <uint32, String, Hash <int32>> m_language { 256 };
HashMap <uint32, String, Hash <int32>> m_language;
HashMap <int32, DifficultyData> m_difficulty;
// default tables for personality weapon preferences, overridden by weapon.cfg