This commit is contained in:
parent
265bb99546
commit
cb014a96f2
20 changed files with 513 additions and 379 deletions
|
@ -15,6 +15,10 @@
|
|||
#include "enemy\npc.h"
|
||||
#endif
|
||||
|
||||
#ifndef __ENEMY_NSKLFISH_H__
|
||||
#include "enemy\nsklfish.h"
|
||||
#endif
|
||||
|
||||
#ifndef __GAME_GAME_H__
|
||||
#include "game\game.h"
|
||||
#endif
|
||||
|
@ -28,7 +32,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
void CNpcEnemy::processCloseSkeletalFishAttack( int _frames )
|
||||
void CNpcSkeletalFishEnemy::processClose( int _frames )
|
||||
{
|
||||
s32 moveX, moveY;
|
||||
s16 decDir, incDir, moveDist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue