This commit is contained in:
parent
f72022e72d
commit
f51c4dba88
3 changed files with 6 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue