From 1018d3b78670be09d0d6ffbb2633b715c0203146 Mon Sep 17 00:00:00 2001 From: hackykid Date: Mon, 6 Jun 2005 00:19:24 +0000 Subject: (svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback that goes with it. --- vehicle.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index 96a4d22df..498cae52e 100644 --- a/vehicle.h +++ b/vehicle.h @@ -74,6 +74,9 @@ enum { // used to calculate if train is going up or down VRF_GOINGUP = 1, VRF_GOINGDOWN = 2, + + // used to store if a wagon is powered or not + VRF_POWEREDWAGON = 3, }; typedef struct VehicleAir { -- cgit v1.2.3-54-g00ecf