- moved several setup methods into the map loader

Code hasn't been moved yet, this only changes the declarations.
This commit is contained in:
Christoph Oelckers 2019-01-24 00:22:18 +01:00
commit 85b5f8d0a0
8 changed files with 81 additions and 75 deletions

View file

@ -37,6 +37,7 @@
#include "doomstat.h"
#include "p_maputl.h"
#include "g_levellocals.h"
#include "maploader/maploader.h"
// State.
#include "serializer.h"
@ -997,7 +998,7 @@ void EV_StopLightEffect (int tag)
}
void P_SpawnLights(sector_t *sector)
void MapLoader::SpawnLights(sector_t *sector)
{
switch (sector->special)
{