diff options
Diffstat (limited to 'src/files.cc')
-rw-r--r-- | src/files.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/files.cc b/src/files.cc index 09c9f8e7..558cfcab 100644 --- a/src/files.cc +++ b/src/files.cc @@ -5095,15 +5095,6 @@ static errr top_twenty(void) goto out; } - /* Borg-mode pre-empts scoring */ - if (noscore & 0x00F0) - { - msg_print("Score not registered for borgs."); - msg_print(NULL); - display_scores_aux(highscore_fd, 0, 10, -1, NULL); - goto out; - } - /* Cheaters are not scored */ if (noscore & 0xFF00) { |