Skip to content

Commit c80846b

Browse files
committed
Match code name to mod manager
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent cd07412 commit c80846b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MarathonRecomp/patches/misc_patches.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void ContextualHUD_Init()
2828

2929
void ContextualHUD_LIFE_BER_ANIME_1(PPCRegister& str, PPCRegister& hud)
3030
{
31-
if (!Config::RestoreHUDColors) {
31+
if (!Config::RestoreContextualHUDColours) {
3232
return;
3333
}
3434

@@ -76,7 +76,7 @@ void ContextualHUD_LIFE_BER_ANIME_1(PPCRegister& str, PPCRegister& hud)
7676

7777
void ContextualHUD_RING_1(PPCRegister& index, PPCRegister& hud)
7878
{
79-
if (!Config::RestoreHUDColors) {
79+
if (!Config::RestoreContextualHUDColours) {
8080
return;
8181
}
8282

MarathonRecomp/user/config_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ CONFIG_DEFINE_HIDDEN("Codes", bool, HUDToggleKey, false);
8181
CONFIG_DEFINE_HIDDEN("Codes", bool, SkipIntroLogos, false);
8282
CONFIG_DEFINE_HIDDEN("Codes", bool, UseOfficialTitleOnTitleBar, false);
8383
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableLowResolutionFontOnCustomUI, false);
84-
CONFIG_DEFINE_HIDDEN("Codes", bool, RestoreHUDColors, false);
84+
CONFIG_DEFINE_HIDDEN("Codes", bool, RestoreContextualHUDColours, false);
8585
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableEdgeGrabLeftover, false);
8686

8787
CONFIG_DEFINE("Update", time_t, LastChecked, 0);

0 commit comments

Comments
 (0)