diff options
Diffstat (limited to 'include/vehicles.h')
| -rw-r--r-- | include/vehicles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vehicles.h b/include/vehicles.h index 39f4dd65b..d1c679455 100644 --- a/include/vehicles.h +++ b/include/vehicles.h @@ -56,7 +56,7 @@ typedef struct { /* 0x048 */ TrainCarStuff passengerCars[NUM_PASSENGER_CAR_ENTRIES]; /* 0x0FC */ f32 speed; /* 0x100 */ s32 someFlags; - s32 numCarriages; + s32 numCarriages; /* 0x104 */ s32 numCars; // Non-locomotive car count? /* 0x108 */ s32 unused; // Not read or written. Could be padding? } TrainStuff; // size = 0x10C |
