This commit is contained in:
Charles 2001-08-10 18:55:44 +00:00
parent f72022e72d
commit f51c4dba88
3 changed files with 6 additions and 4 deletions

View file

@ -236,8 +236,6 @@ void CNpcFriend::shutdown()
void CNpcFriend::think(int _frames)
{
CNpcThing::think(_frames);
if ( m_animPlaying )
{
s32 frameCount;
@ -264,6 +262,8 @@ void CNpcFriend::think(int _frames)
}
m_iconStrobe=(m_iconStrobe+(strobespeed))&4095;
CNpcThing::think(_frames);
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////