Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Merge pull request #170 from Nick007J/master
ped chat fix
  • Loading branch information
Nick007J committed Jul 28, 2019
2 parents 179a341 + 6c017fc commit 17de819ef84e07d895ca28054e81e7964389e686
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/peds/Ped.cpp
@@ -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

0 comments on commit 17de819

Please sign in to comment.