mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-16 16:51:08 +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))
|
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.keyicons.Push("ACCESSCARD");
|
||||||
stats.keytranslations.Push(Translation.MakeID(Translation_Remap, translations[i]));
|
stats.keytranslations.Push(Translation.MakeID(Translation_Remap, translations[i]));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue