This commit is contained in:
parent
59c8f67f54
commit
023382f336
10 changed files with 274 additions and 25 deletions
|
@ -43,10 +43,6 @@
|
|||
#include <ACTOR_DUSTDEVIL_ANIM.h>
|
||||
#endif
|
||||
|
||||
#ifndef __ANIM_EYEBALL_HEADER__
|
||||
#include <ACTOR_EYEBALL_ANIM.h>
|
||||
#endif
|
||||
|
||||
#ifndef __ANIM_FLAMINGSKULL_HEADER__
|
||||
#include <ACTOR_FLAMINGSKULL_ANIM.h>
|
||||
#endif
|
||||
|
@ -574,8 +570,8 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
},
|
||||
|
||||
{ // NPC_EYEBALL
|
||||
ACTORS_EYEBALL_SBK,
|
||||
ANIM_EYEBALL_STALK,
|
||||
0,//ACTORS_EYEBALL_SBK,
|
||||
0,
|
||||
NPC_SENSOR_USER_CLOSE,
|
||||
NPC_MOVEMENT_STATIC,
|
||||
NPC_CLOSE_NONE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue