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:21:36 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-11 09:21:36 +0000
commit9bf1ac53d17a3d206fcc21b064208b68c86645b6 (patch)
tree4eef9233b3864a9e56eb1b4d1a599ef7be32aba3 /crawl-ref/source/AppHdr.h
parent589963865e1c068acfac4616ee626afa18a0cb09 (diff)
downloadcrawl-ref-9bf1ac53d17a3d206fcc21b064208b68c86645b6.tar.gz
crawl-ref-9bf1ac53d17a3d206fcc21b064208b68c86645b6.zip
* Add SDL licence, update docs (yet again).
* Add range flash to 'z'. * Default HISCORE_WEAPON_DETAIL to true. * Rename CREDITS to CREDITS.txt to make it more accessible to Windows users. :p I guess changes.stone_soup should also be renamed, maybe to changelog.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9956 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