From abe4b32ae9b4b2342cd9ddcd02e53a5e4813119c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 27 Jan 2026 10:45:44 +0100 Subject: [PATCH] scores:: fixed hash and ver using the wrong scale --- scores.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scores.cpp b/scores.cpp index 0bc8f3b9..b5f2f12b 100644 --- a/scores.cpp +++ b/scores.cpp @@ -195,8 +195,8 @@ void show() { int bx = score_size; getcstat = 0; - displaystr(bx*4, score_size, 0, vid.fsize, "#", forecolor, 16); - displaystr(bx*8, score_size, 0, vid.fsize, XLAT("ver"), forecolor, 16); + displaystr(bx*4, score_size, 0, score_size, "#", forecolor, 16); + displaystr(bx*8, score_size, 0, score_size, XLAT("ver"), forecolor, 16); int at = 9; for(int i=0; i<=POSSCORE; i++) {