mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 06:37:38 +00:00
racing:: myname added to scores
This commit is contained in:
@@ -1100,6 +1100,7 @@ void uploadScore() {
|
||||
for(eLand l: race_lands) {
|
||||
int i = get_score_in_land(l);
|
||||
if(!i) continue;
|
||||
scoreboard[myname()][l] = i;
|
||||
int score = 60000000 / i; // 1000 points for minute, 2000 points for 30 sec
|
||||
tscore += score;
|
||||
}
|
||||
|
Reference in New Issue
Block a user