mirror of
https://github.com/n64decomp/mk64
synced 2026-08-17 12:59:29 -04:00
Rename gTrains to gTrainList (#522)
This commit is contained in:
+1
-1
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user