More fixing...

This commit is contained in:
jancoow
2016-06-22 03:09:43 +02:00
parent 92460b8ca4
commit 2bab7e05f8
+3 -3
View File
@@ -321,11 +321,11 @@ void World::update(float elapsedTime)
}
}
if (enemy->attack)
{
if (enemy->attack)
{
player->HpDown(enemy->damage / 4);
}
}
remove = true;
continue;
}