Remove disaster vehicles from tick cache immediately on deletion

This commit is contained in:
Jonathan G Rennison
2019-03-27 00:36:06 +00:00
parent 7395705775
commit 99b79c26c6
2 changed files with 11 additions and 0 deletions

View File

@@ -1299,5 +1299,6 @@ inline void InvalidateVehicleTickCaches()
}
void ClearVehicleTickCaches();
void RemoveFromOtherVehicleTickCache(const Vehicle *v);
#endif /* VEHICLE_BASE_H */