mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
GRIM: Fix typo in the keymapper actions
This commit is contained in:
parent
ef7039cb4c
commit
3bdaa4951f
@ -486,7 +486,7 @@ Common::KeymapArray GrimEngine::initKeymapsGrim(const char *target) {
|
||||
act->addDefaultInputMapping("JOY_B");
|
||||
engineKeyMap->addAction(act);
|
||||
|
||||
act = new Action("INVT", _("Invetory"));
|
||||
act = new Action("INVT", _("Inventory"));
|
||||
act->setKeyEvent(KeyState(KEYCODE_d, 'i'));
|
||||
act->addDefaultInputMapping("JOY_Y");
|
||||
engineKeyMap->addAction(act);
|
||||
|
Loading…
Reference in New Issue
Block a user