- prettification of p_teleport.cpp and some include cleanup.

This commit is contained in:
Christoph Oelckers 2019-01-31 22:22:39 +01:00
commit 65c2c318fb
6 changed files with 65 additions and 40 deletions

View file

@ -240,5 +240,13 @@ CCMD(printsections)
}
}
CCMD(dumptags)
{
for (auto Level : AllLevels())
{
Level->tagManager.DumpTags();
}
}