- Fixed: FTagManager::Clear did not clear the line ID hashing index.

This commit is contained in:
Christoph Oelckers 2015-05-17 21:40:25 +02:00
parent 87ff82dba6
commit 1e3230486e
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public:
startForSector.Clear();
startForLine.Clear();
memset(TagHashFirst, -1, sizeof(TagHashFirst));
memset(IDHashFirst, -1, sizeof(IDHashFirst));
}
bool SectorHasTags(const sector_t *sector) const;