From c1d56a7d3d527ce206ce19a315f374bcb3ec135f Mon Sep 17 00:00:00 2001 From: Christopher Leggett Date: Sat, 30 Mar 2024 15:09:58 -0400 Subject: [PATCH] Adds RCQUEST to the Position struct --- soh/soh/Enhancements/randomizer/draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/draw.cpp b/soh/soh/Enhancements/randomizer/draw.cpp index f8e5337d0..05055230c 100644 --- a/soh/soh/Enhancements/randomizer/draw.cpp +++ b/soh/soh/Enhancements/randomizer/draw.cpp @@ -525,7 +525,7 @@ extern "C" void Randomizer_DrawFishingPoleGI(PlayState* play, GetItemEntry* getI extern "C" void Randomizer_DrawSilverRupee(PlayState* play, GetItemEntry* getItemEntry) { OPEN_DISPS(play->state.gfxCtx); Color_RGB8 silverRupeeColor = - CVarGetColor24("gCosmetics.Consumable_SilverRupee.Value", Color_RGB8(255, 255, 255)); + CVarGetColor24("gCosmetics.Consumable_SilverRupee.Value", Color_RGB8({ 255, 255, 255 })); Gfx_SetupDL_25Opa(play->state.gfxCtx); gSPMatrix(POLY_OPA_DISP++, Matrix_NewMtx(play->state.gfxCtx, (char*)__FILE__, __LINE__), G_MTX_MODELVIEW | G_MTX_LOAD);