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:
parent
d1ee59b1e2
commit
2a542f011a
@ -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() )
|
||||
|
Loading…
Reference in New Issue
Block a user