Removed debug code which should never have been committed.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9882 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
aff44c77b4
commit
18f6f6de17
@ -201,8 +201,6 @@ void InputManager::handleStaticAction(int key, int value)
|
|||||||
10000);
|
10000);
|
||||||
else
|
else
|
||||||
kart->setPowerup(PowerupManager::POWERUP_SWATTER, 10000);
|
kart->setPowerup(PowerupManager::POWERUP_SWATTER, 10000);
|
||||||
kart = world->getLocalPlayerKart(1);
|
|
||||||
kart->getAttachment()->set(Attachment::ATTACH_BOMB, 30, NULL);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user