mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Fixed gerudo valley entrance to lho
This commit is contained in:
parent
c7ad92e09a
commit
4a8a7f5c7d
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ void BgSpot06Objects_Init(Actor* thisx, GlobalContext* globalCtx) {
|
|||
} else {
|
||||
this->lakeHyliaWaterLevel = 0.0f;
|
||||
WaterBox* water_boxes = globalCtx->colCtx.colHeader->waterBoxes;
|
||||
water_boxes[LHWB_GERUDO_VALLEY_RIVER_LOWER].ySurface = WATER_LEVEL_RIVER_RAISED;
|
||||
water_boxes[LHWB_GERUDO_VALLEY_RIVER_LOWER].zMin += 50;
|
||||
water_boxes[LHWB_MAIN_1].ySurface = WATER_LEVEL_RAISED;
|
||||
water_boxes[LHWB_MAIN_2].ySurface = WATER_LEVEL_RAISED;
|
||||
this->actionFunc = BgSpot06Objects_DoNothing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue