mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-05 09:21:08 +00:00
Added missing serializing for level script controller
This commit is contained in:
parent
d33df9dba8
commit
1542ca8e8c
1 changed files with 2 additions and 1 deletions
|
@ -3519,7 +3519,8 @@ void DLevelScript::Serialize(FSerializer &arc)
|
|||
("cliprectheight", ClipRectHeight)
|
||||
("wrapwidth", WrapWidth)
|
||||
("inmodulescriptnum", InModuleScriptNumber)
|
||||
("level", Level);
|
||||
("level", Level)
|
||||
("controller", controller);
|
||||
|
||||
if (arc.isReading())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue