That what happen when you left it open for hours

This commit is contained in:
Baoulettes 2022-04-24 11:15:51 +02:00 committed by GitHub
parent 8d1e748500
commit 02743c0232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2961,7 +2961,7 @@ void Message_DrawMain(GlobalContext* globalCtx, Gfx** p) {
gDPSetEnvColor(gfx++, CVar_GetInt("gCCABtnPrimR", 0)/2, CVar_GetInt("gCCABtnPrimG", 0)/2, CVar_GetInt("gCCABtnPrimB", 0)/2, 0);
}
} else {
if (CVar_GetS32("gN64Colors", 0) != 0) { C buttons :)
if (CVar_GetS32("gN64Colors", 0) != 0) { //C buttons :)
gDPSetPrimColor(gfx++, 0, 0, sOcarinaNoteCPrimR, sOcarinaNoteCPrimG, sOcarinaNoteCPrimB, sOcarinaNotesAlphaValues[i]);
gDPSetEnvColor(gfx++, sOcarinaNoteCEnvR, sOcarinaNoteCEnvG, sOcarinaNoteCEnvB, 0);
} else if (CVar_GetS32("gGameCubeColors", 0) != 0) {