diff options
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 49803418..f8a063f3 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -340,7 +340,7 @@ public: uint8 bWanderPathAfterExitingCar : 1; uint8 bIsLeader : 1; - uint8 bDontDragMeOutCar : 1; + uint8 bDontDragMeOutCar : 1; // unfinished feature uint8 m_ped_flagF8 : 1; uint8 bWillBeQuickJacked : 1; uint8 bCancelEnteringCar : 1; // after door is opened or couldn't be opened due to it's locked |