mirror of
https://github.com/halpz/re3.git
synced 2025-07-07 14:58:56 +00:00
Squeeze performance option, minor fixes
Fixes are already in miami
This commit is contained in:
@ -53,6 +53,10 @@ CAccidentManager::ReportAccident(CPed *ped)
|
||||
void
|
||||
CAccidentManager::Update()
|
||||
{
|
||||
#ifdef SQUEEZE_PERFORMANCE
|
||||
// Handled after injury registered.
|
||||
return;
|
||||
#endif
|
||||
int32 e;
|
||||
if (CEventList::GetEvent(EVENT_INJURED_PED, &e)) {
|
||||
CPed *ped = CPools::GetPed(gaEvent[e].entityRef);
|
||||
|
Reference in New Issue
Block a user