1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 05:23:00 +00:00

rogueviz::ads:: highscore list

This commit is contained in:
Zeno Rogue
2025-02-10 15:51:26 +01:00
parent cc2e61cc50
commit 8dac0e0f68
7 changed files with 209 additions and 14 deletions

View File

@@ -223,7 +223,7 @@ bool ads_turn(int idelta) {
pdata.oxygen -= pt;
if(pdata.oxygen < 0) {
pdata.oxygen = 0;
game_over = true;
game_over_with_message("suffocated");
}
}
else view_pt += tc;