EVENTS: Apply backspace hack to keyrepeat too

svn-id: r52993
This commit is contained in:
Willem Jan Palenstijn 2010-10-03 14:59:36 +00:00
parent 40e42f859f
commit 7f2dfd0f82

View File

@ -169,6 +169,7 @@ bool DefaultEventManager::pollEvent(Common::Event &event) {
// key pressed. A better fix would be for engines to stop
// making invalid assumptions about ascii values.
event.kbd.ascii = Common::KEYCODE_BACKSPACE;
_currentKeyDown.ascii = Common::KEYCODE_BACKSPACE;
}
break;