mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-02 19:23:16 +02:00
ped chat fix
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user