- call the game specific analyzesprites functions.

This commit is contained in:
Christoph Oelckers 2021-03-26 15:06:14 +01:00
parent 098db655ab
commit fd0e9824b6
6 changed files with 13 additions and 0 deletions

View file

@ -496,6 +496,7 @@ FSerializer &Serialize(FSerializer &arc, const char *key, spritetype &c, spritet
("hitag", c.hitag, def->hitag)
("extra", c.extra, def->extra)
("detail", c.detail, def->detail)
("time", c.time, def->time)
.EndObject();
}
return arc;