Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij committed Apr 14, 2024
1 parent 8ed4a56 commit 34b22d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Client/game_sa/CCoverManagerSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ CCoverManagerSA::CCoverManagerSA()

void CCoverManagerSA::RemoveAllCovers()
{
while (m_pCoverList->m_pList)
{
RemoveCover(m_pCoverList->m_pList->pItem);
}
m_pCoverList->RemoveAllItems();
}

void CCoverManagerSA::RemoveCover(CEntitySAInterface* entity)
Expand Down

0 comments on commit 34b22d3

Please sign in to comment.