- moved the tag manager into FLevelLocals

This commit is contained in:
Christoph Oelckers 2019-01-24 01:53:05 +01:00
commit 97495e1857
10 changed files with 51 additions and 78 deletions

View file

@ -904,7 +904,7 @@ void MapLoader::Spawn3DFloors ()
{
if (line.args[1]&8)
{
tagManager.AddLineID(line.Index(), line.args[4]);
Level->tagManager.AddLineID(line.Index(), line.args[4]);
}
else
{