From e232b664be601dafb9c25dd856a20db0508115e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Tue, 3 Sep 2019 19:53:04 +0300 Subject: CPed::ProcessControl and some cleanup --- src/peds/PedIK.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/peds/PedIK.h') diff --git a/src/peds/PedIK.h b/src/peds/PedIK.h index 21f8cce4..080cd103 100644 --- a/src/peds/PedIK.h +++ b/src/peds/PedIK.h @@ -57,5 +57,6 @@ public: bool RestoreGunPosn(void); bool LookInDirection(float phi, float theta); bool LookAtPosition(CVector const& pos); + bool RestoreLookAt(void); }; static_assert(sizeof(CPedIK) == 0x28, "CPedIK: error"); -- cgit v1.2.3