mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Do this in Rachael instead
This commit is contained in:
parent
b4f4e36acb
commit
18013e1ae0
1 changed files with 1 additions and 1 deletions
|
@ -1408,7 +1408,7 @@ void Gameplay_Draw(GlobalContext* globalCtx) {
|
||||||
OVERLAY_DISP = sp70;
|
OVERLAY_DISP = sp70;
|
||||||
globalCtx->unk_121C7 = 2;
|
globalCtx->unk_121C7 = 2;
|
||||||
SREG(33) |= 1;
|
SREG(33) |= 1;
|
||||||
} else {
|
} else if (R_PAUSE_MENU_MODE != 3) {
|
||||||
Gameplay_Draw_DrawOverlayElements:
|
Gameplay_Draw_DrawOverlayElements:
|
||||||
if ((HREG(80) != 10) || (HREG(89) != 0)) {
|
if ((HREG(80) != 10) || (HREG(89) != 0)) {
|
||||||
Gameplay_DrawOverlayElements(globalCtx);
|
Gameplay_DrawOverlayElements(globalCtx);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue