vehicle.h
changeset 1908 bc48a30aba72
parent 1905 f43d9e821deb
child 1922 797081e56d13
--- a/vehicle.h	Sun Jun 05 23:01:10 2005 +0000
+++ b/vehicle.h	Mon Jun 06 00:19:24 2005 +0000
@@ -74,6 +74,9 @@
 	// 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 {