From 5ba26489dad9303e93f504713b21ba75b9e055fa Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 11 Jul 2001 19:45:38 +0000 Subject: [PATCH] --- source/hazard/hboat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hazard/hboat.cpp b/source/hazard/hboat.cpp index ba19be950..b0eb2233e 100644 --- a/source/hazard/hboat.cpp +++ b/source/hazard/hboat.cpp @@ -169,7 +169,7 @@ void CNpcBoatHazard::collidedWith( CThing *_thisThing ) { CPlayer *player = (CPlayer *) _thisThing; - player->takeDamage( DAMAGE__KILL_OUTRIGHT ); + player->takeDamage( DAMAGE__HIT_ENEMY, REACT__GET_DIRECTION_FROM_THING, this ); break; }