Fixed debug mode build

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7055 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-12-17 18:55:34 +00:00
parent 800f91294e
commit 53e4546b09

View File

@ -83,10 +83,10 @@ InputManager::~InputManager()
//-----------------------------------------------------------------------------
void InputManager::handleStaticAction(int key, int value)
{
#ifdef DEBUG
static bool control_is_pressed=false;
World *world=World::getWorld();
#endif
switch (key)
{
#ifdef DEBUG