(svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback that goes with it.

This commit is contained in:
hackykid
2005-06-06 00:19:24 +00:00
parent 09aadafda1
commit 1018d3b786
8 changed files with 249 additions and 180 deletions

View File

@@ -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 {