summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-26 11:17:35 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-26 12:00:32 +0200
commit2c78ec576eb3041e71524c77e4833dd005c626bc (patch)
treebfbe4b4d9d0a65bf6f56a8f95ea784d119736d2b /crawl-ref/source/mon-info.h
parente6e12f6d6d0fc84c7315d8016c360647c4af8fe5 (diff)
downloadcrawl-ref-2c78ec576eb3041e71524c77e4833dd005c626bc.tar.gz
crawl-ref-2c78ec576eb3041e71524c77e4833dd005c626bc.zip
An unfourgivable typou.
Silly Brits, silly Americans.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index 03e47d82e9..b7dfb7b673 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -152,7 +152,7 @@ struct monster_info : public monster_info_base
return *this;
}
- void to_string(int count, std::string& desc, int& desc_color, bool fullname = true) const;
+ void to_string(int count, std::string& desc, int& desc_colour, bool fullname = true) const;
/* only real equipment is visible, miscellany is for mimic items */
std::auto_ptr<item_def> inv[MSLOT_LAST_VISIBLE_SLOT + 1];