mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 12:30:32 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
fe909c4e3b
1 changed files with 2 additions and 1 deletions
|
@ -2907,7 +2907,8 @@ FSerializer &Serialize(FSerializer &arc, const char *key, SavingRunningscript &r
|
|||
void DACSThinker::Serialize(FSerializer &arc)
|
||||
{
|
||||
Super::Serialize(arc);
|
||||
arc("scripts", Scripts);
|
||||
arc("scripts", Scripts)
|
||||
("lastscript", LastScript);
|
||||
|
||||
if (arc.isWriting())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue