From 2a542f011a94b07a91b12710446f4eb3fce1d4a4 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Mon, 22 Aug 2011 01:09:09 +0000 Subject: [PATCH] Fixed comment. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9605 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/physics/physics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/physics/physics.cpp b/src/physics/physics.cpp index 0ec94002c..ef8754255 100644 --- a/src/physics/physics.cpp +++ b/src/physics/physics.cpp @@ -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() )