summaryrefslogtreecommitdiff
path: root/src/hiscore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hiscore.hpp')
-rw-r--r--src/hiscore.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hiscore.hpp b/src/hiscore.hpp
index 0e9afa41..0b1b713d 100644
--- a/src/hiscore.hpp
+++ b/src/hiscore.hpp
@@ -2,6 +2,11 @@
#include "h-basic.h"
+/**
+ * Maximum number of high scores in the high score file
+ */
+constexpr int MAX_HISCORES = 100;
+
/*
* Semi-Portable High Score List Entry (128 bytes) -- BEN
*