From dae931699043dca46c7617bf182d1216b1d35e99 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 5 Nov 2009 18:13:37 -0600 Subject: Reorder a few functions. --- crawl-ref/source/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.h') 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; -- cgit v1.2.3-54-g00ecf