summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 7c9fab97d6..66e1fecdd8 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -224,7 +224,9 @@
#endif
// Increase the size of the topscores file for public servers.
+ #ifndef SCORE_FILE_ENTRIES
#define SCORE_FILE_ENTRIES 1000
+ #endif
// If defined, the hiscores code dumps preformatted verbose and terse
// death message strings in the logfile for the convenience of logfile
@@ -322,6 +324,9 @@
// number of back messages saved during play (currently none saved into files)
#define NUM_STORED_MESSAGES 1000
+// clamp time between command inputs at 5 minutes when reporting play time.
+#define IDLE_TIME_CLAMP (5 * 60)
+
// Uncomment this if you find the labyrinth to be buggy and want to
// remove it from the game.
// #define SHUT_LABYRINTH