diff --git a/source/simulation2/components/CCmpRangeManager.cpp b/source/simulation2/components/CCmpRangeManager.cpp index bc8c3dc484..2e01fb00e4 100644 --- a/source/simulation2/components/CCmpRangeManager.cpp +++ b/source/simulation2/components/CCmpRangeManager.cpp @@ -931,7 +931,7 @@ public: return GetEntitiesByMask(((1 << MAX_LOS_PLAYER_ID) - 1) << 1); } - virtual std::vector GetEntitiesByMask(u32 ownerMask) + std::vector GetEntitiesByMask(u32 ownerMask) { std::vector entities;