First take at serialization

This commit is contained in:
ZZYZX 2017-01-24 00:17:12 +02:00
commit 3e093a20ff
8 changed files with 128 additions and 43 deletions

View file

@ -1443,6 +1443,8 @@ void P_SpawnSpecials (void)
break;
}
}
// [ZZ] safe world load
E_WorldLoaded();
// [RH] Start running any open scripts on this map
FBehavior::StaticStartTypedScripts (SCRIPT_Open, NULL, false);
}