TWINE: renamed member of Keyboard struct

This commit is contained in:
Martin Gerhardy 2020-10-21 21:22:06 +02:00 committed by Eugene Sandulenko
parent d8ad31f056
commit 2ac8330823
10 changed files with 39 additions and 46 deletions

View file

@ -534,7 +534,7 @@ void Redraw::redrawEngineActions(int32 bgRedraw) { // fullRedraw
}
if (_engine->cfgfile.Debug) {
_engine->_debugScene->displayZones(_engine->_keyboard.skipIntro);
_engine->_debugScene->displayZones(_engine->_keyboard.internalKeyCode);
}
for (int32 i = 0; i < OVERLAY_MAX_ENTRIES; i++) {