Rename gTrains to gTrainList (#522)

This commit is contained in:
MegaMech
2023-12-30 20:46:34 -07:00
committed by GitHub
parent 9370701ca4
commit c2c00db97d
5 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ typedef struct {
/* 0x32 */ // s16 compilerPadding2;
} VehicleStuff; // size = 0x34
extern TrainStuff gTrains[];
extern TrainStuff gTrainList[];
// This is an array, maybe they intended to have multiple boats at some point in development?
extern PaddleWheelBoatStuff gFerries[];