summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-10-05 15:42:55 -0600
committerGitHub <noreply@github.com>2024-10-05 15:42:55 -0600
commite5f4fddddace5043e45f678bb6de124922e00672 (patch)
treecca88086264030d7b3b8cc9bfb87a90f5c7582c6 /include
parent75297759ee906b103ff9714dad17e683f1757b7f (diff)
[modding] Train Refactor (#105)
* train * Update code_80005FD0.c * Update code_80005FD0.c
Diffstat (limited to 'include')
-rw-r--r--include/vehicles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vehicles.h b/include/vehicles.h
index 837cc2f2d..39f4dd65b 100644
--- a/include/vehicles.h
+++ b/include/vehicles.h
@@ -56,6 +56,7 @@ typedef struct {
/* 0x048 */ TrainCarStuff passengerCars[NUM_PASSENGER_CAR_ENTRIES];
/* 0x0FC */ f32 speed;
/* 0x100 */ s32 someFlags;
+ s32 numCarriages;
/* 0x104 */ s32 numCars; // Non-locomotive car count?
/* 0x108 */ s32 unused; // Not read or written. Could be padding?
} TrainStuff; // size = 0x10C