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:
parent
d319173110
commit
06023efddc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user