- made intermission screen more scripting friendly.
This commit is contained in:
parent
a1328b4c6e
commit
58be506a73
6 changed files with 100 additions and 35 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue