mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 03:24:15 +01:00
commit
17de819ef8
@ -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…
Reference in New Issue
Block a user