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

@ -369,6 +369,8 @@ void CNpcGaryFriend::think( int _frames )
s16 heading = ratan2( yDist, xDist );
m_drawRotation = heading;
CNpcThing::think(_frames);
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////