diff options
author | aap <aap@papnet.eu> | 2020-05-20 12:40:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 12:40:59 +0200 |
commit | 98b158c783e7e010b19aee22e452f1233a8f1ec2 (patch) | |
tree | 675e1d491bd8f9cb80c707fbba45ae41005a4d31 /src/control/Script.h | |
parent | Merge pull request #567 from erorcun/miami (diff) | |
parent | sync with upstream (diff) | |
download | re3-98b158c783e7e010b19aee22e452f1233a8f1ec2.tar re3-98b158c783e7e010b19aee22e452f1233a8f1ec2.tar.gz re3-98b158c783e7e010b19aee22e452f1233a8f1ec2.tar.bz2 re3-98b158c783e7e010b19aee22e452f1233a8f1ec2.tar.lz re3-98b158c783e7e010b19aee22e452f1233a8f1ec2.tar.xz re3-98b158c783e7e010b19aee22e452f1233a8f1ec2.tar.zst re3-98b158c783e7e010b19aee22e452f1233a8f1ec2.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index e84e76bf..3393467e 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -367,6 +367,7 @@ private: static int32 GetNewUniqueScriptSphereIndex(int32 index); static void RemoveScriptSphere(int32 index); static void RemoveScriptTextureDictionary(); + static void RemoveThisPed(CPed* pPed); friend class CRunningScript; friend class CHud; |