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
9a6c5aff55
commit
3b4b0bd3c5
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