From 5136e7dc2d94b67327cc43fecee39981e159196a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 30 Aug 2020 21:01:29 +0200 Subject: [PATCH] - SW: Moved the key display on the fullscreen HUD above the ammo display. Space is a bit too tight when activating the clip display otherwise, especially on 4:3 screens. --- source/sw/src/sbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/sbar.cpp b/source/sw/src/sbar.cpp index 451433576..e2301074a 100644 --- a/source/sw/src/sbar.cpp +++ b/source/sw/src/sbar.cpp @@ -876,7 +876,7 @@ private: // // keys // - DisplayKeys(pp, -105, -18, 0.8625, 0.8625); + DisplayKeys(pp, -25, -38, 0.8625, 0.8625); PrintLevelStats(int(baseScale + 4)); }