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> #include <ACTOR_MERMAIDMAN_Anim.h>
#endif #endif
#ifndef __ANIM_GARY_HEADER__
#include <ACTOR_GARY_Anim.h>
#endif
CNpcFriend::NPC_FRIEND_DATA CNpcFriend::m_data[NPC_FRIEND_UNIT_TYPE_MAX] = 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 { // NPC_FRIEND_GARY
ACTORS_CLAM_SBK, ACTORS_GARY_SBK,
3, 3,
128, 128,
false, false,

View file

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

View file

@ -30,14 +30,14 @@ Collision=0
Health=0 Health=0
AttackStrength=0 AttackStrength=0
#[Gary] [Gary]
#Gfx=..\..\graphics\characters\ Gfx=..\..\graphics\characters\gary\render\psx\gary_idle0000.bmp
#WayPoints=0 WayPoints=16
#Speed=3 Speed=3
#TurnRate=0 TurnRate=0
#Collision=0 Collision=0
#Health=0 Health=0
#AttackStrength=0 AttackStrength=0
[Krusty] [Krusty]
Gfx=..\..\graphics\characters\Krusty\render\psx\Krusty_IdleBreathe0000.bmp Gfx=..\..\graphics\characters\Krusty\render\psx\Krusty_IdleBreathe0000.bmp

View file

@ -2016,6 +2016,10 @@ SOURCE=..\..\..\out\USA\include\ACTOR_FLYINGDUTCHMAN_Anim.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\..\out\USA\include\ACTOR_GARY_Anim.h
# End Source File
# Begin Source File
SOURCE=..\..\..\out\USA\include\ACTOR_GHOST_Anim.h SOURCE=..\..\..\out\USA\include\ACTOR_GHOST_Anim.h
# End Source File # End Source File
# Begin Source File # Begin Source File