From 47fb7807d77c92fa6e72017501d9355d780adf40 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 14 Sep 2015 06:03:01 +0200 Subject: Remove TR4_ANTIMAGIC_{30,20,10} flags They're only used for the Antimagic realm of leveling items and we might as well use ANTIMAGIC_50 there, given the rarity of the flag. --- src/status.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/status.cc') diff --git a/src/status.cc b/src/status.cc index 3fbd9708..0a3977c7 100644 --- a/src/status.cc +++ b/src/status.cc @@ -308,7 +308,7 @@ static void status_curses(void) row_bival("Clone", 4, TR4_CLONE, yo++, flag_arr); row_bival("Temp", 5, TR5_TEMPORARY, yo++, flag_arr); yo++; - row_count("Antimagic", 4, TR4_ANTIMAGIC_50, 5, 4, TR4_ANTIMAGIC_30, 3, 4, TR4_ANTIMAGIC_20, 2, 4, TR4_ANTIMAGIC_10, 1, yo++, flag_arr); + row_bival("Antimagic", 4, TR4_ANTIMAGIC_50, yo++, flag_arr); c_put_str(TERM_WHITE, "Press ESC to continue", 23, 0); Term_fresh(); -- cgit v1.2.3