Skip to content

Commit 231c869

Browse files
.
1 parent 3c280b6 commit 231c869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CRadarMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class CRadarMap
9090
CTextureItem* m_pLocalPlayerBlip;
9191
std::vector<CTextureItem*> m_MarkerTextureList;
9292

93-
std::vector<std::tuple<std::string, int, int>> m_radarImagePresets = {
93+
std::vector<std::tuple<std::string, int, int>> const m_radarImagePresets = {
9494
{"radar_1024.png", 1024, 1024},
9595
{"radar_2048.png", 2048, 2048},
9696
};

0 commit comments

Comments
 (0)