summaryrefslogtreecommitdiffstats
path: root/src/core/Accident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Accident.cpp')
-rw-r--r--src/core/Accident.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/Accident.cpp b/src/core/Accident.cpp
index 1fd6c123..c8611323 100644
--- a/src/core/Accident.cpp
+++ b/src/core/Accident.cpp
@@ -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);