duh. undo der änderung in korrektur

This commit is contained in:
Enno Rehling 2002-01-20 12:26:48 +00:00
parent ddff77b86f
commit d2f242122d
1 changed files with 2 additions and 2 deletions

View File

@ -2760,10 +2760,10 @@ heal_all(void)
for(r=regions; r; r=r->next) {
for(u=r->units;u;u=u->next) {
int max_hp = unit_max_hp(u) * u->number;
/* if(u->hp < max_hp) { */
if(u->hp < max_hp) {
u->hp = max_hp;
fset(u->faction, FL_DH);
/* } */
}
}
}