diff options
author | erorcun <erayorcunus@gmail.com> | 2020-05-19 21:41:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 21:41:59 +0200 |
commit | ada5c245a8066f180926ee873709e989f4ac7f32 (patch) | |
tree | a3edae2913a4af9682f7ecfec53367a484c2975c /src/core/Streaming.cpp | |
parent | Merge pull request #564 from Xinerki/miami (diff) | |
parent | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff) | |
download | re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.gz re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.bz2 re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.lz re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.xz re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.zst re3-ada5c245a8066f180926ee873709e989f4ac7f32.zip |
Diffstat (limited to 'src/core/Streaming.cpp')
-rw-r--r-- | src/core/Streaming.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/Streaming.cpp b/src/core/Streaming.cpp index 09d5cc72..0ce8b50e 100644 --- a/src/core/Streaming.cpp +++ b/src/core/Streaming.cpp @@ -1337,8 +1337,7 @@ CStreaming::LoadInitialPeds(void) void CStreaming::LoadInitialWeapons(void) { - // TODO(Miami): Enable when weapons have been ported - //CStreaming::RequestModel(MI_NIGHTSTICK, STREAMFLAGS_DONT_REMOVE); + CStreaming::RequestModel(MI_NIGHTSTICK, STREAMFLAGS_DONT_REMOVE); CStreaming::RequestModel(MI_MISSILE, STREAMFLAGS_DONT_REMOVE); } |