mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-22 12:11:17 +00:00
Duke: fixed keycard colors on alt. HUD.
This commit is contained in:
parent
c66b9795b9
commit
048778b0b2
1 changed files with 1 additions and 1 deletions
|
@ -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]));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue