summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-09-10 02:14:50 +0200
committereray orçunus <erayorcunus@gmail.com>2020-09-10 02:14:50 +0200
commit93d77f340df1305fd8a802034b878f69f2cb1285 (patch)
treec2076cbd9f9999d8517afbce807004507d9f1052 /src/peds/Ped.h
parentMerge branch 'master' of https://github.com/GTAmodding/re3 into erorcun (diff)
downloadre3-93d77f340df1305fd8a802034b878f69f2cb1285.tar
re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.gz
re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.bz2
re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.lz
re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.xz
re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.zst
re3-93d77f340df1305fd8a802034b878f69f2cb1285.zip
Diffstat (limited to '')
-rw-r--r--src/peds/Ped.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h
index 63d8e598..dbe61572 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -12,6 +12,7 @@
#define FEET_OFFSET 1.04f
#define CHECK_NEARBY_THINGS_MAX_DIST 15.0f
+#define ENTER_CAR_MAX_DIST 30.0f
struct CPathNode;
class CAccident;