1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-09 14:49:43 +00:00

scores:: fixed hash and ver using the wrong scale

This commit is contained in:
Zeno Rogue
2026-01-27 10:45:44 +01:00
parent 911d752fb0
commit abe4b32ae9

View File

@@ -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++) {