Skip to content

Commit

Permalink
Addendum to 984ea4 (Fixed client crash caused by destroying markers d…
Browse files Browse the repository at this point in the history
…uring hit/leave events)
  • Loading branch information
ccw808 committed Mar 17, 2018
1 parent fd76c1d commit ea97269
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Client/mods/deathmatch/logic/CClientMarkerManager.cpp
Expand Up @@ -60,7 +60,5 @@ void CClientMarkerManager::DoPulse(void)
{
(*iter)->DoPulse();
}
if (!m_Markers.empty())
m_Markers.remove(m_Markers.front());
m_Markers.ResumeModifyOperations();
}

0 comments on commit ea97269

Please sign in to comment.