mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 13:00:41 +00:00
Includes overhaul, fix some compiler warnings
This commit is contained in:
parent
357b67e3f5
commit
5a47379bf5
42 changed files with 105 additions and 146 deletions
|
@ -31,6 +31,7 @@
|
|||
#include "ParticleObject.h"
|
||||
#include "Floater.h"
|
||||
#include "Range2D.h"
|
||||
#include "Wanted.h"
|
||||
|
||||
CPed *gapTempPedList[50];
|
||||
uint16 gnNumTempPedList;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include "Physical.h"
|
||||
#include "Weapon.h"
|
||||
#include "WeaponInfo.h"
|
||||
#include "Collision.h"
|
||||
|
||||
#define FEET_OFFSET 1.04f
|
||||
#define CHECK_NEARBY_THINGS_MAX_DIST 15.0f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue