Skip to content

Commit

Permalink
Fix Stats letter-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Mar 17, 2024
1 parent 488059c commit 08fe950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hu_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ static void HU_widget_build_monsec(void)
itemlabelcolor = '0'+CR_NONE;
}
else {
itemlabel = 'K';
itemlabel = 'I';
itemlabelcolor = '0'+hudcolor_items;
}

Expand All @@ -1395,7 +1395,7 @@ static void HU_widget_build_monsec(void)
secretlabelcolor = '0'+CR_NONE;
}
else {
secretlabel = 'K';
secretlabel = 'S';
secretlabelcolor = '0'+hudcolor_secrets;
}

Expand Down

0 comments on commit 08fe950

Please sign in to comment.