mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 17:40:43 +00:00
changed saving compatibility
This commit is contained in:
parent
5a916c16b7
commit
f372ce156d
18 changed files with 567 additions and 612 deletions
|
@ -231,6 +231,10 @@ public:
|
|||
virtual bool IsRoomForPedToLeaveCar(uint32 component, CVector *forcedDoorPos) { return false;}
|
||||
virtual float GetHeightAboveRoad(void);
|
||||
virtual void PlayCarHorn(void) {}
|
||||
#ifdef COMPATIBLE_SAVES
|
||||
virtual void Save(uint8*& buf);
|
||||
virtual void Load(uint8*& buf);
|
||||
#endif
|
||||
|
||||
bool IsCar(void) { return m_vehType == VEHICLE_TYPE_CAR; }
|
||||
bool IsBoat(void) { return m_vehType == VEHICLE_TYPE_BOAT; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue