Allow to use rubber band when kart is shielded. Why not?
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14268 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
f54858039f
commit
d2ee47bece
@ -137,7 +137,7 @@ void RubberBand::updatePosition()
|
||||
*/
|
||||
void RubberBand::update(float dt)
|
||||
{
|
||||
if(m_owner->isEliminated() || m_owner->isShielded())
|
||||
if(m_owner->isEliminated())
|
||||
{
|
||||
// Rubber band snaps
|
||||
m_plunger->hit(NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user