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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Accident.cpp b/src/core/Accident.cpp
index d8313ddc..3c39b11d 100644
--- a/src/core/Accident.cpp
+++ b/src/core/Accident.cpp
@@ -6,7 +6,7 @@
#include "Pools.h"
#include "World.h"
-CAccidentManager& gAccidentManager = *(CAccidentManager*)0x87FD10;
+CAccidentManager gAccidentManager;
CAccident*
CAccidentManager::GetNextFreeAccident()