mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 07:19:23 +00:00
some fixes
This commit is contained in:
parent
4f8029ad7c
commit
2e915780aa
6 changed files with 30 additions and 19 deletions
|
@ -703,7 +703,7 @@ public:
|
|||
void PlayFootSteps(void);
|
||||
void QuitEnteringCar(void);
|
||||
void BuildPedLists(void);
|
||||
int32 GiveWeapon(eWeaponType weaponType, uint32 ammo, bool unused = false);
|
||||
int32 GiveWeapon(eWeaponType weaponType, uint32 ammo, bool unused = true);
|
||||
void CalculateNewOrientation(void);
|
||||
float WorkOutHeadingForMovingFirstPerson(float);
|
||||
void CalculateNewVelocity(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue