This commit is contained in:
Charles 2001-02-07 16:42:13 +00:00
parent 179b2a6231
commit e77ef80771
12 changed files with 126 additions and 141 deletions

View file

@ -55,10 +55,7 @@ void CNpc::processCloseGhostPirateAttack( int _frames )
s16 heading;
CPlayer *player = GameScene.getPlayer();
DVECTOR playerPos = player->getPos();
if ( playerPos.vx > Pos.vx )
if ( playerXDist > 0 )
{
heading = 0;
}