summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 327d69af32..03a7ab6be5 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -141,9 +141,9 @@ const int ANON_FRIENDLY_MONSTER = -1999;
const int DEBUG_COOKIE = 32767;
const int MAX_SKILL_LEVEL = 27;
-const unsigned int MAX_EXP_TOTAL = 8999999;
-const unsigned int MAX_EXP_POOL = 20000;
-const unsigned int FULL_EXP_POOL = MAX_EXP_POOL;
+const int MAX_EXP_TOTAL = 8999999;
+const int MAX_EXP_POOL = 20000;
+const int FULL_EXP_POOL = MAX_EXP_POOL;
const int MIN_HIT_MISS_PERCENTAGE = 5;