This commit is contained in:
parent
45fe785511
commit
e7cf64e467
2 changed files with 8 additions and 0 deletions
|
@ -348,6 +348,7 @@ void CNpcGaryFriend::think( int _frames )
|
|||
if ( abs( groundDist ) > 15 )
|
||||
{
|
||||
m_drawRotation = 0;
|
||||
CNpcThing::think(_frames);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -358,6 +359,7 @@ void CNpcGaryFriend::think( int _frames )
|
|||
if ( abs( groundDist ) > 15 )
|
||||
{
|
||||
m_drawRotation = 0;
|
||||
CNpcThing::think(_frames);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue