summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/losparam.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-09-06 06:33:57 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-09-05 12:56:13 +0200
commit31adfd48395f3c74daad1f72b874f497020481a7 (patch)
treed7733b7e157fa13c4af485ed7c51b3f97c6b1a72 /crawl-ref/source/losparam.h
parenta49e4492fc269271c7809d2caeb1e4d80bb0b7bf (diff)
downloadcrawl-ref-31adfd48395f3c74daad1f72b874f497020481a7.tar.gz
crawl-ref-31adfd48395f3c74daad1f72b874f497020481a7.zip
Rename class "monsters" to "monster".
Diffstat (limited to 'crawl-ref/source/losparam.h')
-rw-r--r--crawl-ref/source/losparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/losparam.h b/crawl-ref/source/losparam.h
index f5129d541b..e702e129dc 100644
--- a/crawl-ref/source/losparam.h
+++ b/crawl-ref/source/losparam.h
@@ -89,7 +89,7 @@ static opacity_solid opc_solid;
class opacity_monmove : public opacity_func
{
public:
- opacity_monmove(const monsters& m)
+ opacity_monmove(const monster& m)
: mon(m)
{
}
@@ -98,7 +98,7 @@ public:
opacity_type operator()(const coord_def& p) const;
private:
- const monsters& mon;
+ const monster& mon;
};
// Make any actor (as well as solid features) block.