mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 14:34:09 +00:00
got rid of superfluous enum; update librw
This commit is contained in:
parent
876e402d1e
commit
5c30b3a188
6 changed files with 36 additions and 30 deletions
|
@ -23,6 +23,7 @@ enum{
|
|||
|
||||
class CCarCtrl
|
||||
{
|
||||
public:
|
||||
enum eCarClass {
|
||||
POOR = 0,
|
||||
RICH,
|
||||
|
@ -43,7 +44,7 @@ class CCarCtrl
|
|||
GANG9,
|
||||
COPS
|
||||
};
|
||||
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