This commit is contained in:
Charles 2001-05-08 14:13:40 +00:00
parent 37b479de89
commit 5e7c0645b7
4 changed files with 18 additions and 10 deletions

View file

@ -22,7 +22,7 @@
void CNpcGaryFriend::think( int _frames )
{
CNpcThing::think(_frames);
CNpcFriend::think(_frames);
s8 multiplier = -1 + ( 2 * m_extension );
s32 maxHeight = 20;