summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index f871a05e5b..1754e1bd67 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -383,9 +383,9 @@ struct mon_resist_def
short steam;
short cold;
short hellfire;
- short asphyx;
short acid;
+ bool asphyx;
bool sticky_flame;
bool rotting;
@@ -618,12 +618,12 @@ int mons_res_elec(const monsters *mon);
int mons_res_fire(const monsters *mon);
int mons_res_steam(const monsters *mon);
int mons_res_poison(const monsters *mon);
+int mons_res_asphyx(const monsters *mon);
int mons_res_sticky_flame(const monsters *mon);
int mons_res_rotting(const monsters *mon);
int mons_res_acid(const monsters *mon);
int mons_res_negative_energy(const monsters *mon);
int mons_res_miasma(const monsters *mon);
-bool mons_res_asphyx(const monsters *mon);
// last updated 12may2000 {dlb}