- fixed bad parameter.

This commit is contained in:
Christoph Oelckers 2019-10-22 23:32:15 +02:00
parent e5aa6c5df0
commit fe2bb036b7
1 changed files with 1 additions and 1 deletions

View File

@ -6066,7 +6066,7 @@ void G_HandleLocalKeys(void)
if (!SHIFTS_IS_PRESSED)
{
if (G_ChangeHudLayout(-1))
if (G_ChangeHudLayout(1))
{
S_PlaySound(RR ? 341 : THUD);
}