mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed bad parameter.
This commit is contained in:
parent
e5aa6c5df0
commit
fe2bb036b7
1 changed files with 1 additions and 1 deletions
|
@ -6066,7 +6066,7 @@ void G_HandleLocalKeys(void)
|
||||||
|
|
||||||
if (!SHIFTS_IS_PRESSED)
|
if (!SHIFTS_IS_PRESSED)
|
||||||
{
|
{
|
||||||
if (G_ChangeHudLayout(-1))
|
if (G_ChangeHudLayout(1))
|
||||||
{
|
{
|
||||||
S_PlaySound(RR ? 341 : THUD);
|
S_PlaySound(RR ? 341 : THUD);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue