mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 06:39:23 +00:00
sync with upstream
This commit is contained in:
commit
5780b4503e
38 changed files with 638 additions and 479 deletions
|
@ -23,14 +23,19 @@ enum{
|
|||
|
||||
class CCarCtrl
|
||||
{
|
||||
public:
|
||||
enum eCarClass {
|
||||
POOR = 0,
|
||||
NORMAL = 0,
|
||||
POOR,
|
||||
RICH,
|
||||
EXEC,
|
||||
WORKER,
|
||||
SPECIAL,
|
||||
BIG,
|
||||
TAXI,
|
||||
MOPED,
|
||||
MOTORBIKE,
|
||||
LEISUREBOAT,
|
||||
WORKERBOAT,
|
||||
TOTAL_CUSTOM_CLASSES,
|
||||
MAFIA,
|
||||
TRIAD,
|
||||
|
@ -53,7 +58,7 @@ class CCarCtrl
|
|||
CLASS20,
|
||||
COPS_BOAT
|
||||
};
|
||||
public:
|
||||
|
||||
static void SwitchVehicleToRealPhysics(CVehicle*);
|
||||
static void AddToCarArray(int32 id, int32 vehclass);
|
||||
static void UpdateCarCount(CVehicle*, bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue