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:
parent
800f91294e
commit
53e4546b09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user