Duke: fixed keycard colors on alt. HUD.

This commit is contained in:
Christoph Oelckers 2023-11-26 18:04:22 +01:00
parent 9a6c5aff55
commit 3b4b0bd3c5

View file

@ -534,7 +534,7 @@ class DukeStatusBar : DukeCommonStatusBar
{
if (p.got_access & (1 << i))
{
static const int translations[] = { 8, 23, 21 };
static const int translations[] = { 0, 21, 23 };
stats.keyicons.Push("ACCESSCARD");
stats.keytranslations.Push(Translation.MakeID(Translation_Remap, translations[i]));
}