mirror of
https://github.com/halpz/re3.git
synced 2025-07-05 03:20:47 +00:00
got rid of superfluous enum; update librw
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user