mirror of
https://github.com/td512/re3.git
synced 2026-04-18 17:57:11 +00:00
Melee weapons(half-working), Ped and Hud bits
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user