summaryrefslogtreecommitdiff
path: root/src/files.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
committerBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
commitf099462e0ddb5e3304b06ea1d7727bd01d82453b (patch)
treed1195f4d966bb2a3ac21c92120eb72eb12b41889 /src/files.cc
parent437b72f56737f16356ba61d769d85d85b7e70926 (diff)
Remove mentions of the borg
Diffstat (limited to 'src/files.cc')
-rw-r--r--src/files.cc9
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)
{