mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
rogueviz:: bringris:: fixed the typo which caused the score not to be sent to the leaderboards
This commit is contained in:
@@ -752,7 +752,7 @@ void new_piece() {
|
|||||||
if(shape_conflict(at)) {
|
if(shape_conflict(at)) {
|
||||||
playSound(cwt.at, "die-bomberbird");
|
playSound(cwt.at, "die-bomberbird");
|
||||||
state = tsGameover;
|
state = tsGameover;
|
||||||
#if RCVOL
|
#if RVCOL
|
||||||
if(cur.pro_game && cur.max_piece == bgeoms[bgeom].default_max_piece)
|
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(bgeoms[bgeom].name, cur.score, 1, rvlc::num, lalign(0, cur.bricks, " ", cur.cubes, " ", cur.completed));
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user