summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-asrt.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-26 22:35:48 -0400
committerNeil Moore <neil@s-z.org>2014-07-26 22:36:58 -0400
commitebbff481bc02d783952a9eebd4f051b95f40f2c5 (patch)
tree00de905f25957f8f9a8abed61ef46aa36ae23faa /crawl-ref/source/dbg-asrt.cc
parent77b79c837636ff8c31a8d89070e15f4ea960873f (diff)
downloadcrawl-ref-ebbff481bc02d783952a9eebd4f051b95f40f2c5.tar.gz
crawl-ref-ebbff481bc02d783952a9eebd4f051b95f40f2c5.zip
Further rename you.mp_max_*.
Because mp_max_temp is in fact permanent.
Diffstat (limited to 'crawl-ref/source/dbg-asrt.cc')
-rw-r--r--crawl-ref/source/dbg-asrt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dbg-asrt.cc b/crawl-ref/source/dbg-asrt.cc
index 8e22240202..e8bae564b9 100644
--- a/crawl-ref/source/dbg-asrt.cc
+++ b/crawl-ref/source/dbg-asrt.cc
@@ -154,7 +154,7 @@ static void _dump_player(FILE *file)
you.hp_max_adj_temp, you.hp_max_adj_perm);
fprintf(file, "MP: %d/%d; mods: %d/%d\n",
you.magic_points, you.max_magic_points,
- you.mp_max_adj_temp, you.mp_max_adj_perm);
+ you.mp_max_adj, you.mp_max_adj_base);
fprintf(file, "Stats: %d (%d) %d (%d) %d (%d)\n",
you.strength(false), you.max_strength(),
you.intel(false), you.max_intel(),