diff options
author | erorcun <erayorcunus@gmail.com> | 2020-05-15 21:30:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 21:30:57 +0300 |
commit | 8ff72f0728acbba293580042135f43268fa340fe (patch) | |
tree | 23cb65ca52efe5e964423ee50eff0e60ce8e155a /src/core/Streaming.h | |
parent | 1fde2ba468ee88764620b8d01740e9504106c897 (diff) | |
parent | acd1ea9909da281acea6af8f0775e456a67d4a4a (diff) |
Merge pull request #550 from erorcun/miami
Weapon layer in Peds
Diffstat (limited to 'src/core/Streaming.h')
-rw-r--r-- | src/core/Streaming.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Streaming.h b/src/core/Streaming.h index 22316ee1..8a92266f 100644 --- a/src/core/Streaming.h +++ b/src/core/Streaming.h @@ -165,6 +165,7 @@ public: static void SetModelTxdIsDeletable(int32 id); static void SetMissionDoesntRequireModel(int32 id); static void LoadInitialPeds(void); + static void LoadInitialWeapons(void); static void LoadInitialVehicles(void); static void StreamVehiclesAndPeds(void); static void StreamZoneModels(const CVector &pos); |