mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Add missing RCP call
Some checks are pending
Some checks are pending
This commit is contained in:
parent
126a0603a3
commit
4b49902ba6
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ void OnRadarMarkWolfenDraw(IEvent* ev) {
|
|||
}
|
||||
ev->cancelled = true;
|
||||
|
||||
RCP_SetupDL(&gMasterDisp, SETUPDL_62);
|
||||
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 255);
|
||||
Matrix_Scale(gGfxMatrix, 54.0f, 54.0f, 1.0f, MTXF_APPLY);
|
||||
Matrix_SetGfxMtx(&gMasterDisp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue