From ee4aec30851e64cc7a5599be6272b832ed7018c1 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:57 +0100 Subject: Remove unused BACT_* values, including Arena code --- src/tables.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/tables.cc') diff --git a/src/tables.cc b/src/tables.cc index 8bf250e7..7e352504 100644 --- a/src/tables.cc +++ b/src/tables.cc @@ -1115,15 +1115,6 @@ byte blows_table[12][12] = }; -s16b arena_monsters[MAX_ARENA_MONS] = -{ - 30, 43, 102, 118, 126, 149, 173, - 183, 188, 191, 216, 230, 238, 244, - 255, 262, 293, 297, 321, 349, 372, - 401, 415, 454, 464, 485, 538, 631, - 641 -}; - /* * This table allows quick conversion from "speed" to "energy" -- cgit v1.2.3