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

@ -43,6 +43,10 @@
#include <ACTOR_MERMAIDMAN_Anim.h>
#endif
#ifndef __ANIM_GARY_HEADER__
#include <ACTOR_GARY_Anim.h>
#endif
CNpcFriend::NPC_FRIEND_DATA CNpcFriend::m_data[NPC_FRIEND_UNIT_TYPE_MAX] =
{
@ -56,7 +60,7 @@ CNpcFriend::NPC_FRIEND_DATA CNpcFriend::m_data[NPC_FRIEND_UNIT_TYPE_MAX] =
},
{ // NPC_FRIEND_GARY
ACTORS_CLAM_SBK,
ACTORS_GARY_SBK,
3,
128,
false,

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;