- prettification of p_teleport.cpp and some include cleanup.
This commit is contained in:
parent
ff903da19a
commit
65c2c318fb
6 changed files with 65 additions and 40 deletions
|
|
@ -240,5 +240,13 @@ CCMD(printsections)
|
|||
}
|
||||
}
|
||||
|
||||
CCMD(dumptags)
|
||||
{
|
||||
for (auto Level : AllLevels())
|
||||
{
|
||||
Level->tagManager.DumpTags();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue