From fe2bb036b7108cd75971e60bd5881c1d1db9239b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 22 Oct 2019 23:32:15 +0200 Subject: [PATCH] - fixed bad parameter. --- source/rr/src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rr/src/game.cpp b/source/rr/src/game.cpp index ecfd8b838..6bf26ba00 100644 --- a/source/rr/src/game.cpp +++ b/source/rr/src/game.cpp @@ -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); }