Add break, otherwise zipper cheat fell to next case.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4990 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk
2010-03-13 23:28:52 +00:00
parent 9889050ce2
commit 9de4c01b19

View File

@@ -148,6 +148,7 @@ void InputManager::handleStaticAction(int key, int value)
Kart* kart = world->getLocalPlayerKart(0);
kart->setPowerup(POWERUP_ZIPPER, 10000);
}
break;
case KEY_F11:
if(value && control_is_pressed)
{