Fixed comment.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9605 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-08-22 01:09:09 +00:00
parent d1ee59b1e2
commit 2a542f011a

View File

@ -137,8 +137,8 @@ void Physics::update(float dt)
}
else if(p->b->is(UserPointer::UP_KART)) // projectile hit kart
{
// Only explode a bowling ball if the target does not
// the stars shown
// Only explode a bowling ball if the target is
// not invulnerable
if(p->a->getPointerFlyable()->getType()
!=PowerupManager::POWERUP_BOWLING ||
!p->b->getPointerKart()->isInvulnerable() )