mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Dodongo's Cavern blue warp crash fix (#622)
* Doodong's Cavern blue warp crash fix * >= not > * Don't waste a line of space
This commit is contained in:
parent
d1a2f98524
commit
89e07f8dbb
3 changed files with 16 additions and 1 deletions
|
@ -89,6 +89,7 @@ typedef struct {
|
|||
/* 0x20 */ CamData* cameraDataList;
|
||||
/* 0x24 */ u16 numWaterBoxes;
|
||||
/* 0x28 */ WaterBox* waterBoxes;
|
||||
size_t cameraDataListLen; // OTRTODO: Added to allow for bounds checking the cameraDataList.
|
||||
} CollisionHeader; // original name: BGDataInfo
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue