Remove the redundant combat_terrain array

This commit is contained in:
2014-12-14 21:28:13 -05:00
parent 9fd647b7d8
commit 2ed3eca8d1
14 changed files with 20 additions and 69 deletions

View File

@@ -116,7 +116,6 @@ location spell_targets[8];
/* Combat globals */
short which_combat_type;
location center;
ter_num_t combat_terrain[64][64];
short current_pc;
short combat_active_pc;
effect_pat_type current_pat;