From 8a71b54ce2a022bdd79680e19f88d9c600a0fc4e Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 5 Nov 2009 15:24:46 +0100 Subject: Merge monsters,player::check_res_magic() (Zaba) --- crawl-ref/source/actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/actor.h') diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h index 2f46aff6aa..50750abee6 100644 --- a/crawl-ref/source/actor.h +++ b/crawl-ref/source/actor.h @@ -181,7 +181,7 @@ public: virtual int res_negative_energy() const = 0; virtual int res_torment() const = 0; virtual int res_magic() const = 0; - virtual bool check_res_magic(int power) = 0; + virtual bool check_res_magic(int power); virtual flight_type flight_mode() const = 0; virtual bool is_levitating() const = 0; -- cgit v1.2.3-54-g00ecf