- print stats on secondary HUD.

This commit is contained in:
Christoph Oelckers 2020-08-17 20:47:42 +02:00
parent ebc16ffe14
commit ca66e70d65

View file

@ -832,6 +832,7 @@ private:
// keys // keys
// //
DisplayKeys(pp, -105, -18, 0.8625, 0.8625); DisplayKeys(pp, -105, -18, 0.8625, 0.8625);
PrintLevelStats(int(imgScale + 4));
} }