diff options
author | aap <aap@papnet.eu> | 2019-09-04 11:16:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 11:16:21 +0200 |
commit | acfa79c6971ece6667cc1d20c0730e98775f4426 (patch) | |
tree | 94e03b67fae6a85c5934d2cd1b84e54a8574bc26 /src/peds/PedIK.h | |
parent | Merge pull request #199 from Nick007J/master (diff) | |
parent | CPed::ProcessControl and some cleanup (diff) | |
download | re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.gz re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.bz2 re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.lz re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.xz re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.zst re3-acfa79c6971ece6667cc1d20c0730e98775f4426.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/PedIK.h | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |