crlib: reduce hashmap memory usage.
build: fixed clang build.
This commit is contained in:
parent
17b9200195
commit
d40aab2b40
3 changed files with 14 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue