summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-11 09:23:54 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-11 09:23:54 +0000
commitdb099817902be676726cfa019a85aa0b685ee877 (patch)
treee32629a9a64120b19c6e78206f27bb77881fd366 /crawl-ref/source/AppHdr.h
parenta83003cc352db2c464b62d6a653152ba05838633 (diff)
downloadcrawl-ref-db099817902be676726cfa019a85aa0b685ee877.tar.gz
crawl-ref-db099817902be676726cfa019a85aa0b685ee877.zip
* Rename CREDITS -> CREDITS.txt
* Change Trog's Hand to rr += 100. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9957 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 17740f7c98..f417f201ab 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -326,7 +326,7 @@
// =========================================================================
// Game Play Defines
// =========================================================================
-// number of back messages saved during play (currently none saved into files)
+// number of older messages stored during play and in save files
#define NUM_STORED_MESSAGES 1000
// clamp time between command inputs at 5 minutes when reporting play time.
@@ -370,7 +370,7 @@
// bwr: set this to non-zero if you want to know the pluses, "runed" status
// of the monster's weapons in the hiscore file.
-// #define HISCORE_WEAPON_DETAIL 1
+#define HISCORE_WEAPON_DETAIL 1
// ====================== -----------------------------------------------------
//jmf: end of new defines