From e1c9271f4623d22d671c3fdd762eefd7ee5e4cf0 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Thu, 5 Nov 2009 22:57:18 +1000 Subject: Move player_res_asphyx/rotting to player::res_asphyx/rotting. Signed-off-by: Jude Brown --- crawl-ref/source/ouch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.cc') diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index 604c2b971a..6eecfaacac 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -217,7 +217,7 @@ int check_your_resists(int hurted, beam_type flavour) break; case BEAM_MIASMA: - if (player_res_rotting()) + if (you.res_rotting()) { canned_msg(MSG_YOU_RESIST); hurted = 0; -- cgit v1.2.3-54-g00ecf