- moved the tag manager into FLevelLocals
This commit is contained in:
parent
7e9340f3b7
commit
97495e1857
10 changed files with 51 additions and 78 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue