- converted player serializer and everything it needs.
This means that everything belonging to the level snapshot will be generated in the JSON output.
This commit is contained in:
parent
3a1191281f
commit
da83d9e2bd
11 changed files with 267 additions and 215 deletions
|
|
@ -72,10 +72,6 @@ struct usercmd_t
|
|||
short upmove;
|
||||
};
|
||||
|
||||
class FArchive;
|
||||
|
||||
FArchive &operator<< (FArchive &arc, usercmd_t &cmd);
|
||||
|
||||
// When transmitted, the above message is preceded by a byte
|
||||
// indicating which fields are actually present in the message.
|
||||
enum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue