diff --git a/source/simulation2/components/CCmpRangeManager.cpp b/source/simulation2/components/CCmpRangeManager.cpp index 7da92f5985..280c88365c 100644 --- a/source/simulation2/components/CCmpRangeManager.cpp +++ b/source/simulation2/components/CCmpRangeManager.cpp @@ -2140,7 +2140,7 @@ public: if (m_LosRevealWholeMapForAll || player == -1) return true; - ENSURE(player >= 0 && player <= MAX_LOS_PLAYER_ID+1); + ENSURE(player >= 0 && player < MAX_LOS_PLAYER_ID+1); if (m_LosRevealWholeMap[player]) return true;