diff --git a/f4ee/OverlayInterface.cpp b/f4ee/OverlayInterface.cpp index 2abb106..4a8f3d9 100644 --- a/f4ee/OverlayInterface.cpp +++ b/f4ee/OverlayInterface.cpp @@ -325,6 +325,7 @@ bool OverlayInterface::RemoveOverlay(Actor * actor, bool isFemale, UniqueID uid) continue; if(overlayPtr->uid == uid) { + m_freeIndices.push_back(overlayPtr->uid); m_dataMap.erase(overlayPtr->uid); priorityMap->erase(it); return true;