File diff r25101:ce2f89b01512 → r25102:a957c7093816
src/vehicle.cpp
Show inline comments
 
@@ -953,7 +953,7 @@ void CallVehicleTicks()
 
	PerformanceAccumulator::Reset(PFE_GL_AIRCRAFT);
 

	
 
	for (Vehicle *v : Vehicle::Iterate()) {
 
#ifndef NDEBUG
 
#ifdef WITH_ASSERT
 
		size_t vehicle_index = v->index;
 
#endif