- pass level as an argument to some code being used by the map loader.

This commit is contained in:
Christoph Oelckers 2018-12-29 16:19:38 +01:00
commit 4d34e5997b
4 changed files with 63 additions and 64 deletions

View file

@ -161,6 +161,6 @@ public:
};
void CreateSections(FSectionContainer &container);
void CreateSections(FLevelLocals *l);
#endif