From a53ca58e566ffceb058451bc49bcc5810c26cb37 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 22 May 2020 14:27:16 +0200 Subject: CPhysical --- src/peds/Ped.cpp | 1 + src/peds/Ped.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/peds') diff --git a/src/peds/Ped.cpp b/src/peds/Ped.cpp index 539bbfaf..c84e37c7 100644 --- a/src/peds/Ped.cpp +++ b/src/peds/Ped.cpp @@ -59,6 +59,7 @@ #include "Floater.h" #include "Streaming.h" #include "PedAttractor.h" +#include "Debug.h" #define CAN_SEE_ENTITY_ANGLE_THRESHOLD DEGTORAD(60.0f) diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 4452c13a..87f3456a 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -466,7 +466,7 @@ public: //uint32 b158_1 //uint32 b158_2 - //uint32 b158_4 + uint32 b158_4 : 1; //uint32 b158_8 //uint32 b158_10 //uint32 b158_20 -- cgit v1.2.3