- copied a few more map information CCMDs to g_ccmd.

This commit is contained in:
Christoph Oelckers 2019-01-31 03:03:56 +01:00
commit 65f3fec283
7 changed files with 117 additions and 111 deletions

View file

@ -875,12 +875,3 @@ void CreateSections(FLevelLocals *Level)
creat.FixMissingReferences();
}
CCMD(printsections)
{
for (auto Level : AllLevels())
{
PrintSections(Level);
}
}