- fixed two typos in property names.

This commit is contained in:
Christoph Oelckers 2016-09-23 09:20:58 +02:00
commit a83ea4ddd2
2 changed files with 2 additions and 2 deletions

View file

@ -2932,7 +2932,7 @@ void DACSThinker::Serialize(FSerializer &arc)
{
DLevelScript *script = nullptr;
RunningScripts.Clear();
if (arc.BeginArray("runniongscripts"))
if (arc.BeginArray("runningscripts"))
{
auto cnt = arc.ArraySize();
for (int i = 0; i < cnt; i++)