mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
Fix build issue (#4504)
This commit is contained in:
parent
563061beda
commit
8d4adb0f50
2 changed files with 2 additions and 3 deletions
|
@ -92,8 +92,7 @@ static void RandomGrotto_Draw(Actor* actor, PlayState* play) {
|
||||||
OPEN_DISPS(play->state.gfxCtx);
|
OPEN_DISPS(play->state.gfxCtx);
|
||||||
|
|
||||||
Gfx_SetupDL_25Xlu(play->state.gfxCtx);
|
Gfx_SetupDL_25Xlu(play->state.gfxCtx);
|
||||||
gSPMatrix(POLY_XLU_DISP++, MATRIX_NEWMTX(play->state.gfxCtx),
|
gSPMatrix(POLY_XLU_DISP++, Matrix_NewMtx(play->state.gfxCtx, (char*)__FILE__, __LINE__), G_MTX_MODELVIEW | G_MTX_LOAD);
|
||||||
G_MTX_NOPUSH | G_MTX_LOAD | G_MTX_MODELVIEW);
|
|
||||||
gSPDisplayList(POLY_XLU_DISP++, (Gfx*)gGrottoDL);
|
gSPDisplayList(POLY_XLU_DISP++, (Gfx*)gGrottoDL);
|
||||||
|
|
||||||
Matrix_Translate(0.0f, -2700.0f, 0.0f, MTXMODE_APPLY);
|
Matrix_Translate(0.0f, -2700.0f, 0.0f, MTXMODE_APPLY);
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#include "soh/util.h"
|
#include "soh/util.h"
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
PlayState* gPlayState;
|
extern PlayState* gPlayState;
|
||||||
}
|
}
|
||||||
|
|
||||||
using namespace std::literals::string_literals;
|
using namespace std::literals::string_literals;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue