changed saving compatibility

This commit is contained in:
Nikolay Korolev 2020-05-02 18:02:17 +03:00
commit f372ce156d
18 changed files with 567 additions and 612 deletions

View file

@ -120,5 +120,10 @@ public:
void ModifySpeed(float);
void RemoveOnePathNode();
#ifdef COMPATIBLE_SAVES
void Save(uint8*& buf);
void Load(uint8*& buf);
#endif
};
static_assert(sizeof(CAutoPilot) == 0x70, "CAutoPilot: error");