mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 06:37:57 +03:00
Reversing Actor Final Part
This commit is contained in:
parent
cb239c3c7f
commit
6528ba4dac
40 changed files with 3983 additions and 779 deletions
|
@ -55,7 +55,7 @@ void SimpleActor::Anim_Attack
|
|||
|
||||
{
|
||||
m_eNextAnimMode = 1;
|
||||
m_csNextAnimString = 0;
|
||||
m_csNextAnimString = NULL;
|
||||
m_NextAnimLabel = m_AttackHandler;
|
||||
m_bNextForceStart = false;
|
||||
}
|
||||
|
@ -350,11 +350,11 @@ void SimpleActor::Anim_RunToInOpen
|
|||
|
||||
void SimpleActor::Anim_Emotion
|
||||
(
|
||||
int eEmotionMode
|
||||
eEmotionMode eEmotMode
|
||||
)
|
||||
|
||||
{
|
||||
m_eEmotionMode = eEmotionMode;
|
||||
m_eEmotionMode = eEmotMode;
|
||||
}
|
||||
|
||||
void SimpleActor::Anim_Say
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue