File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/ground_vehicle.cpp
Show inline comments
 
@@ -11,12 +11,14 @@
 

	
 
#include "stdafx.h"
 
#include "train.h"
 
#include "roadveh.h"
 
#include "depot_map.h"
 

	
 
#include "safeguards.h"
 

	
 
/**
 
 * Recalculates the cached total power of a vehicle. Should be called when the consist is changed.
 
 */
 
template <class T, VehicleType Type>
 
void GroundVehicle<T, Type>::PowerChanged()
 
{