From 843f19788b7d83074f811f786663186fc43e64e1 Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Sun, 30 Oct 2011 22:37:32 -0500 Subject: KYRA: Fix some copy paste error in LoL keymap keycodes --- engines/kyra/lol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp index f793ab82bf..f64e4f85f2 100644 --- a/engines/kyra/lol.cpp +++ b/engines/kyra/lol.cpp @@ -572,10 +572,10 @@ void LoLEngine::initKeymap() { act->addKeyEvent(Common::KeyState(Common::KEYCODE_F1, Common::ASCII_F1 , 0)); act = new Common::Action(engineKeyMap, "AT2", _("Attack 2"), Common::kGenericActionType, Common::kActionKeyType); - act->addKeyEvent(Common::KeyState(Common::KEYCODE_F1, Common::ASCII_F1 , 0)); + act->addKeyEvent(Common::KeyState(Common::KEYCODE_F2, Common::ASCII_F2 , 0)); act = new Common::Action(engineKeyMap, "AT3", _("Attack 3"), Common::kGenericActionType, Common::kActionKeyType); - act->addKeyEvent(Common::KeyState(Common::KEYCODE_F1, Common::ASCII_F1 , 0)); + act->addKeyEvent(Common::KeyState(Common::KEYCODE_F3, Common::ASCII_F3 , 0)); act = new Common::Action(engineKeyMap, "MVF", _("Move Forward"), Common::kGenericActionType, Common::kActionKeyType); act->addKeyEvent(Common::KeyState(Common::KEYCODE_UP)); -- cgit v1.2.3