mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 21:10:34 +00:00
uint8 enums fixed
This commit is contained in:
parent
14eb0cd286
commit
4696e3f9c8
15 changed files with 37 additions and 38 deletions
|
@ -212,7 +212,7 @@ enum PedOnGroundState {
|
|||
PED_DEAD_ON_THE_FLOOR
|
||||
};
|
||||
|
||||
enum PointBlankNecessity : uint8 {
|
||||
enum PointBlankNecessity {
|
||||
NO_POINT_BLANK_PED,
|
||||
POINT_BLANK_FOR_WANTED_PED,
|
||||
POINT_BLANK_FOR_SOMEONE_ELSE
|
||||
|
@ -598,7 +598,7 @@ public:
|
|||
#endif
|
||||
bool CheckForExplosions(CVector2D &area);
|
||||
CPed *CheckForGunShots(void);
|
||||
PointBlankNecessity CheckForPointBlankPeds(CPed*);
|
||||
uint8 CheckForPointBlankPeds(CPed*);
|
||||
bool CheckIfInTheAir(void);
|
||||
void ClearAll(void);
|
||||
void SetPointGunAt(CEntity*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue