This commit is contained in:
Charles 2001-07-11 19:45:38 +00:00
parent 152f1fc93c
commit 5ba26489da

View File

@ -169,7 +169,7 @@ void CNpcBoatHazard::collidedWith( CThing *_thisThing )
{ {
CPlayer *player = (CPlayer *) _thisThing; CPlayer *player = (CPlayer *) _thisThing;
player->takeDamage( DAMAGE__KILL_OUTRIGHT ); player->takeDamage( DAMAGE__HIT_ENEMY, REACT__GET_DIRECTION_FROM_THING, this );
break; break;
} }