- moved several setup methods into the map loader
Code hasn't been moved yet, this only changes the declarations.
This commit is contained in:
parent
ac7a9183aa
commit
85b5f8d0a0
8 changed files with 81 additions and 75 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue