From e0f2e86fed029b0bb6d59461486aea64954ad8af Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 25 Jun 2025 22:02:58 +0200 Subject: [PATCH] rogueviz:: bringris:: fixed the typo which caused the score not to be sent to the leaderboards --- rogueviz/bringris.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/bringris.cpp b/rogueviz/bringris.cpp index 4e285811..59b6b334 100644 --- a/rogueviz/bringris.cpp +++ b/rogueviz/bringris.cpp @@ -752,7 +752,7 @@ void new_piece() { if(shape_conflict(at)) { playSound(cwt.at, "die-bomberbird"); state = tsGameover; - #if RCVOL + #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)); #endif