unused variable

This commit is contained in:
Enno Rehling 2021-03-12 19:57:27 +01:00
parent 8dbe1b6bd3
commit 154e610423
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ int volcano_damage(unit* u, const char* dice)
}
if (damage > 0) {
int h = hp + ((i < remain) ? 1 : 0);
bool heal = false;
if (damage >= h) {
if (healings > 0) {