mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 11:38:01 +03:00
Fix actor mVoiceType initialization.
This commit is contained in:
parent
71be2f3dda
commit
d6d29a7a0b
5 changed files with 119 additions and 54 deletions
|
@ -1251,7 +1251,7 @@ void SimpleActor::ChangeActionAnim
|
|||
animFlags[i] |= ANIM_NOACTION;
|
||||
StartCrossBlendAnimSlot(i);
|
||||
}
|
||||
m_AnimDialogHigh ^= 1; // toggle
|
||||
m_AnimDialogHigh = !m_AnimDialogHigh; // toggle
|
||||
}
|
||||
|
||||
iSlot = GetActionSlot(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue