mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- Fixed: FTagManager::Clear did not clear the line ID hashing index.
This commit is contained in:
parent
87ff82dba6
commit
1e3230486e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue