mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 23:09:22 +00:00
changed saving compatibility
This commit is contained in:
parent
5a916c16b7
commit
f372ce156d
18 changed files with 567 additions and 612 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue