1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-13 07:46:00 +00:00

rogueviz:: in rvcol, renamed leaderboards to mention the name of the game first

This commit is contained in:
Zeno Rogue
2025-06-25 23:55:41 +02:00
parent 408b920039
commit fc63e540f0
3 changed files with 6 additions and 6 deletions

View File

@@ -754,7 +754,7 @@ void new_piece() {
state = tsGameover;
#if RVCOL
if(cur.pro_game && cur.max_piece == bgeoms[bgeom].default_max_piece)
rogueviz::rv_leaderboard(bgeoms[bgeom].name, cur.score, 1, rvlc::num, lalign(0, cur.bricks, " ", cur.cubes, " ", cur.completed));
rogueviz::rv_leaderboard("Bringris: " + bgeoms[bgeom].name, cur.score, 1, rvlc::num, lalign(0, cur.bricks, " ", cur.cubes, " ", cur.completed));
#endif
save();
}