This commit is contained in:
Paul 2001-05-15 22:12:23 +00:00
parent 57b3cb2125
commit 9e1b0b75cd
2 changed files with 41 additions and 2 deletions

View file

@ -84,7 +84,7 @@ void CNpcJellyfishPlatform::collidedWith( CThing *_thisThing )
{
// shock player
player->takeDamage( DAMAGE__SHOCK_ENEMY, REACT__GET_DIRECTION_FROM_THING, _thisThing );
player->takeDamage( DAMAGE__SHOCK_ENEMY, REACT__GET_DIRECTION_FROM_THING, (CThing*)this );
}
}