mirror of
https://github.com/XProger/OpenLara.git
synced 2025-01-17 21:09:00 +01:00
Fix human enemy centre to head length value (should be 0) (#271)
This commit is contained in:
parent
5d83483525
commit
d8bd4b5194
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user