- made intermission screen more scripting friendly.

This commit is contained in:
Christoph Oelckers 2017-02-24 00:28:33 +01:00
commit 58be506a73
6 changed files with 100 additions and 35 deletions

View file

@ -154,8 +154,7 @@ FSerializer &Serialize(FSerializer &arc, const char *key, wbplayerstruct_t &h, w
{
if (arc.BeginObject(key))
{
arc("in", h.in)
("kills", h.skills)
arc("kills", h.skills)
("items", h.sitems)
("secrets", h.ssecret)
("time", h.stime)