mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
Correct typo.
svn-id: r27662
This commit is contained in:
parent
8345f679a5
commit
0a21b0c1f1
@ -356,7 +356,7 @@ void ScummEngine::processInput() {
|
||||
lastKeyHit.flags = 0;
|
||||
//FIXME: lastKeyHit.keycode = ???; proper value???
|
||||
} else {
|
||||
lastKeyHit = Common::KeySate(Common::KEYCODE_ESCAPE);
|
||||
lastKeyHit = Common::KeyState(Common::KEYCODE_ESCAPE);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user