This commit is contained in:
Charles 2001-04-27 15:09:10 +00:00
parent 5c2faa793b
commit 02eafd0a46
15 changed files with 160 additions and 273 deletions

View file

@ -11,8 +11,8 @@
===========================================================================*/
#ifndef __FRIEND_FRIEND_H__
#include "friend\friend.h"
#ifndef __FRIEND_FGARY_H__
#include "friend\fgary.h"
#endif
#ifndef __GAME_GAME_H__
@ -20,8 +20,10 @@
#endif
void CNpcFriend::processGaryMovement( int _frames )
void CNpcGaryFriend::think( int _frames )
{
CNpcThing::think(_frames);
s8 multiplier = -1 + ( 2 * m_extension );
s32 maxHeight = 20;
s32 fallSpeed = 3;