mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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();
|
startForSector.Clear();
|
||||||
startForLine.Clear();
|
startForLine.Clear();
|
||||||
memset(TagHashFirst, -1, sizeof(TagHashFirst));
|
memset(TagHashFirst, -1, sizeof(TagHashFirst));
|
||||||
|
memset(IDHashFirst, -1, sizeof(IDHashFirst));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SectorHasTags(const sector_t *sector) const;
|
bool SectorHasTags(const sector_t *sector) const;
|
||||||
|
|
Loading…
Reference in a new issue