- 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.
This commit is contained in:
Christoph Oelckers 2020-08-30 21:01:29 +02:00
parent 30c15c11f2
commit 5136e7dc2d

View file

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