mirror of
https://github.com/XProger/OpenLara.git
synced 2025-04-22 03:51:58 +02:00
fix bite AV
This commit is contained in:
parent
08a613010f
commit
01943a3e53
@ -307,7 +307,7 @@ struct Enemy : Character {
|
||||
void bite(int joint, const vec3 &offset, float damage) {
|
||||
ASSERT(target);
|
||||
target->hit(damage, this);
|
||||
game->addEntity(TR::Entity::BLOOD, target->getRoomIndex(), target->getJoint(joint) * offset);
|
||||
game->addEntity(TR::Entity::BLOOD, target->getRoomIndex(), getJoint(joint) * offset);
|
||||
}
|
||||
|
||||
Mood getMoodFixed() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user