mirror of
https://github.com/td512/re3.git
synced 2026-01-25 04:45:37 +00:00
ped chat fix
This commit is contained in:
parent
f7c93fc15c
commit
aac7acd785
@ -2860,7 +2860,7 @@ CPed::Chat(void)
|
||||
CAnimBlendAssociation *chatAssoc = RpAnimBlendClumpGetAssociation(GetClump(), ANIM_IDLE_CHAT);
|
||||
if (chatAssoc) {
|
||||
chatAssoc->blendDelta = -4.0f;
|
||||
chatAssoc->flags |= ASSOC_FADEOUTWHENDONE;
|
||||
chatAssoc->flags |= ASSOC_DELETEFADEDOUT;
|
||||
}
|
||||
bIsTalking = false;
|
||||
} else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user