summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 18:13:37 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 18:13:37 -0600
commitdae931699043dca46c7617bf182d1216b1d35e99 (patch)
tree385144e9585226d544dc9f2a26f020e9cce9d766 /crawl-ref/source/player.h
parent5d7f8159beb2d6fb6bf00967a65e900069490c1e (diff)
downloadcrawl-ref-dae931699043dca46c7617bf182d1216b1d35e99.tar.gz
crawl-ref-dae931699043dca46c7617bf182d1216b1d35e99.zip
Reorder a few functions.
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 8ec9756c8d..a2c4acb21b 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -426,8 +426,8 @@ public:
int mons_species() const;
mon_holy_type holiness() const;
- bool is_evil() const;
bool is_unholy() const;
+ bool is_evil() const;
bool is_chaotic() const;
int res_fire() const;
int res_steam() const;