diff --git a/src/enemy.h b/src/enemy.h index 09cc7f4..82b6303 100644 --- a/src/enemy.h +++ b/src/enemy.h @@ -2550,7 +2550,7 @@ struct Human : Enemy { int jointGun; int animDeath; - Human(IGame *game, int entity, float health) : Enemy(game, entity, health, 100, 375.0f, 1.0f), animDeath(-1) { + Human(IGame *game, int entity, float health) : Enemy(game, entity, health, 100, 0.0f, 1.0f), animDeath(-1) { jointGun = 0; jointChest = 7; jointHead = 8;