mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 19:35:28 +00:00
rollRotPage*
-> *PageRoll
This commit is contained in:
parent
f8dcfc8180
commit
5b4137d406
3 changed files with 35 additions and 36 deletions
|
@ -109,8 +109,7 @@ void KaleidoSetup_Init(PlayState* play) {
|
|||
pauseCtx->nextPageMode = 0;
|
||||
pauseCtx->pageIndex = PAUSE_ITEM;
|
||||
|
||||
pauseCtx->rollRotPageItem = pauseCtx->rollRotPageEquip = pauseCtx->rollRotPageMap = pauseCtx->rollRotPageQuest =
|
||||
160.0f;
|
||||
pauseCtx->itemPageRoll = pauseCtx->equipPageRoll = pauseCtx->mapPageRoll = pauseCtx->questPageRoll = 160.0f;
|
||||
pauseCtx->eye.z = 64.0f;
|
||||
pauseCtx->savePromptOffsetDepth_ = 936.0f;
|
||||
pauseCtx->eye.x = pauseCtx->eye.y = 0.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue