mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
Compile fix: ascii should be state.ascii, I assume.
svn-id: r27825
This commit is contained in:
parent
4f8f14d14e
commit
5acf6b76c4
@ -141,7 +141,7 @@ void KeysDialog::handleKeyUp(Common::KeyState state) {
|
||||
|
||||
Actions::Instance()->setMapping((ActionType)_actionSelected, state.ascii);
|
||||
|
||||
if (ascii != 0)
|
||||
if (state.ascii != 0)
|
||||
sprintf(selection, "Associated key : %s", SDL_GetKeyName((SDLKey) state.keycode));
|
||||
else
|
||||
sprintf(selection, "Associated key : none");
|
||||
|
Loading…
x
Reference in New Issue
Block a user