We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c280b6 commit 231c869Copy full SHA for 231c869
Client/mods/deathmatch/logic/CRadarMap.h
@@ -90,7 +90,7 @@ class CRadarMap
90
CTextureItem* m_pLocalPlayerBlip;
91
std::vector<CTextureItem*> m_MarkerTextureList;
92
93
- std::vector<std::tuple<std::string, int, int>> m_radarImagePresets = {
+ std::vector<std::tuple<std::string, int, int>> const m_radarImagePresets = {
94
{"radar_1024.png", 1024, 1024},
95
{"radar_2048.png", 2048, 2048},
96
};
0 commit comments