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

@ -886,6 +886,11 @@ public:
#ifdef PED_SKIN
void renderLimb(int node);
#endif
#ifdef COMPATIBLE_SAVES
virtual void Save(uint8*& buf);
virtual void Load(uint8*& buf);
#endif
};
void FinishFuckUCB(CAnimBlendAssociation *assoc, void *arg);