- fixed bad parameter.

This commit is contained in:
Christoph Oelckers 2019-10-22 23:32:15 +02:00
parent e5aa6c5df0
commit fe2bb036b7

View file

@ -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);
} }