diff options
author | aap <aap@papnet.eu> | 2020-09-01 17:31:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 17:31:35 +0200 |
commit | 0640ec7f5a7db213e2777bf836ad7da45981c9fd (patch) | |
tree | fbfc0cadff2efdaaa818bed1b88a7f054e571a25 /src/peds/CopPed.h | |
parent | Merge pull request #699 from Nick007J/miami (diff) | |
parent | Rename vars (diff) | |
download | re3-0640ec7f5a7db213e2777bf836ad7da45981c9fd.tar re3-0640ec7f5a7db213e2777bf836ad7da45981c9fd.tar.gz re3-0640ec7f5a7db213e2777bf836ad7da45981c9fd.tar.bz2 re3-0640ec7f5a7db213e2777bf836ad7da45981c9fd.tar.lz re3-0640ec7f5a7db213e2777bf836ad7da45981c9fd.tar.xz re3-0640ec7f5a7db213e2777bf836ad7da45981c9fd.tar.zst re3-0640ec7f5a7db213e2777bf836ad7da45981c9fd.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/CopPed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/CopPed.h b/src/peds/CopPed.h index edec145e..35244bed 100644 --- a/src/peds/CopPed.h +++ b/src/peds/CopPed.h @@ -30,6 +30,7 @@ public: uintptr m_nRopeID; uint32 m_nHassleTimer; uint32 field_61C; + class CStinger *m_pStinger; int32 field_624; int8 field_628; |