mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 12:59:01 +00:00
commit
17de819ef8
1 changed files with 1 additions and 1 deletions
|
@ -2860,7 +2860,7 @@ CPed::Chat(void)
|
||||||
CAnimBlendAssociation *chatAssoc = RpAnimBlendClumpGetAssociation(GetClump(), ANIM_IDLE_CHAT);
|
CAnimBlendAssociation *chatAssoc = RpAnimBlendClumpGetAssociation(GetClump(), ANIM_IDLE_CHAT);
|
||||||
if (chatAssoc) {
|
if (chatAssoc) {
|
||||||
chatAssoc->blendDelta = -4.0f;
|
chatAssoc->blendDelta = -4.0f;
|
||||||
chatAssoc->flags |= ASSOC_FADEOUTWHENDONE;
|
chatAssoc->flags |= ASSOC_DELETEFADEDOUT;
|
||||||
}
|
}
|
||||||
bIsTalking = false;
|
bIsTalking = false;
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in a new issue