summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-30 16:39:42 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-30 16:39:42 +0000
commit7ee9932cc77c18c3abed12faa7f23dfea7db023f (patch)
treecbdb705b8ab3b76a572160a1dc33c1a2d17179f1 /crawl-ref/source/mon-util.h
parent0a390f673d1e6a76efc2eef6c23438692bb5270e (diff)
downloadcrawl-ref-7ee9932cc77c18c3abed12faa7f23dfea7db023f.tar.gz
crawl-ref-7ee9932cc77c18c3abed12faa7f23dfea7db023f.zip
Added new vaults (incl. Crypt, altars, entries). Contributed by Lemuel, bobbens, zaba.
Fixed level lexer to handle DOS-style line endings in .des files on Unix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3159 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 4835b1783d..4c8f250d6e 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -275,7 +275,7 @@ struct monsterentry
unsigned long resists;
short weight;
- // experience is calculated like this:
+ // [Obsolete] Experience used to be calculated like this:
// ((((max_hp / 7) + 1) * (mHD * mHD) + 1) * exp_mod) / 10
// ^^^^^^ see below at hpdice
// Note that this may make draining attacks less attractive (LRH)