mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
feedback
Some checks are pending
Some checks are pending
This commit is contained in:
parent
9862f6b5ca
commit
e5ec8fa1fd
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
void Training_RingPassCount_Draw(void) {
|
void Training_RingPassCount_Draw(void) {
|
||||||
if (gRingPassCount != 0) {
|
if (gRingPassCount != 0) {
|
||||||
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
|
RCP_SetupDL(&gMasterDisp, SETUPDL_83_POINT);
|
||||||
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 255);
|
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 255);
|
||||||
HUD_Number_Draw(OTRGetDimensionFromRightEdge(250.0f), 50.0f, gRingPassCount, 1.0f, 0, 999);
|
HUD_Number_Draw(OTRGetDimensionFromRightEdge(250.0f), 50.0f, gRingPassCount, 1.0f, 0, 999);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user