1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-20 15:40:26 +00:00

fixup to achievements

This commit is contained in:
Zeno Rogue 2022-04-07 20:46:37 +02:00
parent d319173110
commit 06023efddc

View File

@ -783,7 +783,7 @@ EX void achievement_final(bool really_final) {
if(numplayers() > 1 && !multi::friendly_fire) return;
if(numplayers() > 1 && multi::pvp_mode) return;
if(numplayers() > 1 && multi::split_screen) return true;
if(numplayers() > 1 && multi::split_screen) return;
// determine the correct leaderboard ID for 'total score'
// or return if no leaderboard for the current mode