mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 09:18:12 +00:00
sync with upstream
This commit is contained in:
@ -22,10 +22,12 @@ enum eEventType
|
||||
EVENT_PED_SET_ON_FIRE,
|
||||
EVENT_COP_SET_ON_FIRE,
|
||||
EVENT_CAR_SET_ON_FIRE,
|
||||
EVENT_ASSAULT_NASTYWEAPON, // not sure
|
||||
EVENT_ASSAULT_NASTYWEAPON,
|
||||
EVENT_ASSAULT_NASTYWEAPON_POLICE,
|
||||
EVENT_ICECREAM,
|
||||
EVENT_ATM,
|
||||
EVENT_SHOPSTALL, // used on graffitis
|
||||
EVENT_SHOPSTALL,
|
||||
EVENT_SHOPWINDOW,
|
||||
EVENT_LAST_EVENT
|
||||
};
|
||||
|
||||
|
@ -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