We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2017aea commit 84e8e10Copy full SHA for 84e8e10
Client/multiplayer_sa/CMultiplayerSA_VehicleCollision.cpp
@@ -11,8 +11,8 @@
11
12
extern CCoreInterface* g_pCore;
13
14
-static CVehicleSAInterface* pCollisionVehicle = nullptr;
15
-static VehicleCollisionHandler* pVehicleCollisionHandler = nullptr;
+static CVehicleSAInterface* pCollisionVehicle = nullptr;
+VehicleCollisionHandler* pVehicleCollisionHandler = nullptr;
16
17
void CMultiplayerSA::SetVehicleCollisionHandler(VehicleCollisionHandler* pHandler)
18
{
0 commit comments