File diff r18781:e1de9a06f7cd → r18782:6453522c2154
src/engine_base.h
Show inline comments
 
@@ -116,7 +116,7 @@ struct Engine : EnginePool::PoolItem<&_e
 
	 * Check if the engine is a ground vehicle.
 
	 * @return True iff the engine is a train or a road vehicle.
 
	 */
 
	FORCEINLINE bool IsGroundVehicle() const
 
	inline bool IsGroundVehicle() const
 
	{
 
		return this->type == VEH_TRAIN || this->type == VEH_ROAD;
 
	}