Skip to content

Commit

Permalink
Use changeAnimation() in Speech.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Nov 21, 2013
1 parent d2cadd2 commit 9c34291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/Speech.cpp
Expand Up @@ -481,8 +481,7 @@ void ARX_SPEECH_Update() {
if ((io->animlayer[2].cur_anim != io->anims[aspeech[i].mood])
|| (io->animlayer[2].flags & EA_ANIMEND))
{
AcquireLastAnim(io);
ANIM_Set(&io->animlayer[2], io->anims[aspeech[i].mood]);
changeAnimation(io, 2, io->anims[aspeech[i].mood]);
}
}
}
Expand Down

0 comments on commit 9c34291

Please sign in to comment.