Make more use of references to shorten long lines of code

This goes through just four files for unnecessary uses of univ.party[n].
This commit is contained in:
2019-11-24 14:59:09 -05:00
parent 3302dd68b7
commit 8392ee85e8
4 changed files with 289 additions and 293 deletions

View File

@@ -48,7 +48,6 @@ void hit_space(location target,short dam,eDamageType type,short report,short hit
void do_poison();
void handle_disease();
void handle_acid();
bool no_pcs_left();
bool hit_end_c_button();
bool out_monst_all_dead();
void end_combat();