mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Eliminate warnings / errors. Pull request #388
This commit is contained in:
committed by
Arseniy Shestakov
parent
3c1c72319b
commit
3795985de9
@@ -1062,7 +1062,7 @@ void CInGameConsole::keyPressed (const SDL_KeyboardEvent & key)
|
||||
captureAllKeys = false;
|
||||
endEnteringText(false);
|
||||
}
|
||||
else if(SDLK_TAB)
|
||||
else if(SDLK_TAB == key.keysym.sym)
|
||||
{
|
||||
captureAllKeys = true;
|
||||
startEnteringText();
|
||||
|
||||
Reference in New Issue
Block a user