Fixed bug I introduced while fixing warnings
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3920 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
298ad53514
commit
67b46fe67c
@ -79,7 +79,10 @@ InputManager::~InputManager()
|
||||
|
||||
void InputManager::handleStaticAction(int key, int value)
|
||||
{
|
||||
// static bool control_is_pressed=false;
|
||||
#ifdef DEBUG
|
||||
static bool control_is_pressed=false;
|
||||
#endif
|
||||
|
||||
switch (key)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user