- added new serializers to several classes and moved the old ones to the dump file.
This commit is contained in:
parent
d24aa5dec9
commit
7edf4c1afc
21 changed files with 326 additions and 107 deletions
|
|
@ -431,7 +431,7 @@ FSerializer &FSerializer::Terrain(const char *key, int &terrain, int *def)
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
FSerializer &FSerializer::Sprite(const char *key, uint16_t &spritenum, uint16_t *def)
|
||||
FSerializer &FSerializer::Sprite(const char *key, int32_t &spritenum, int32_t *def)
|
||||
{
|
||||
if (isWriting())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue