summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-12 00:24:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-12 00:24:20 +0000
commit07d376f8e8884020c0ba45ad76bb419d2d89b600 (patch)
treea45b165005c736ed78893b19f7355c09839c2060
parent699303423e171d047a1f028f97aa570dbf54e682 (diff)
downloadcrawl-ref-07d376f8e8884020c0ba45ad76bb419d2d89b600.tar.gz
crawl-ref-07d376f8e8884020c0ba45ad76bb419d2d89b600.zip
Apply trunk r6904 to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6905 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index ae6c01bdce..232e64da02 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -97,7 +97,7 @@ bool monster_habitable_grid(const monsters *m,
: m->type;
return (monster_habitable_grid(type, actual_grid, mons_flies(m),
- m->paralysed()));
+ mons_cannot_move(m)));
}
inline static bool _mons_airborne(int mcls, int flies, bool paralysed)