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:
hikerstk 2011-09-22 05:43:31 +00:00
parent aff44c77b4
commit 18f6f6de17

View File

@ -201,8 +201,6 @@ void InputManager::handleStaticAction(int key, int value)
10000);
else
kart->setPowerup(PowerupManager::POWERUP_SWATTER, 10000);
kart = world->getLocalPlayerKart(1);
kart->getAttachment()->set(Attachment::ATTACH_BOMB, 30, NULL);
}
break;