- fixed serialization of ACS thinker.
This commit is contained in:
parent
a11eea98b5
commit
55339761f6
5 changed files with 48 additions and 29 deletions
|
|
@ -68,9 +68,10 @@
|
|||
#include "types.h"
|
||||
#include "i_time.h"
|
||||
#include "scripting/vm/vm.h"
|
||||
#include "fragglescript/t_fs.h"
|
||||
#include "a_specialspot.h"
|
||||
#include "maploader/maploader.h"
|
||||
#include "p_acs.h"
|
||||
#include "fragglescript/t_script.h"
|
||||
|
||||
void P_ClearUDMFKeys();
|
||||
|
||||
|
|
@ -275,6 +276,8 @@ void FLevelLocals::ClearLevelData()
|
|||
ClearPortals();
|
||||
|
||||
SpotState = nullptr;
|
||||
ACSThinker = nullptr;
|
||||
FraggleScriptThinker = nullptr;
|
||||
CorpseQueue.Clear();
|
||||
canvasTextureInfo.EmptyList();
|
||||
sections.Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue