diff options
author | Tarek Soliman | 2011-12-12 22:37:36 -0600 |
---|---|---|
committer | Tarek Soliman | 2011-12-12 22:37:36 -0600 |
commit | 1305c5ab315c6468076eac07ac8b78c24d695eac (patch) | |
tree | 88f4d213461e20152af2786e310bcd1490a77ba0 | |
parent | 38ff68e4492df227f49f3932f16d7b3a5a5c9231 (diff) | |
download | scummvm-rg350-1305c5ab315c6468076eac07ac8b78c24d695eac.tar.gz scummvm-rg350-1305c5ab315c6468076eac07ac8b78c24d695eac.tar.bz2 scummvm-rg350-1305c5ab315c6468076eac07ac8b78c24d695eac.zip |
KYRA: Fix whitespace
-rw-r--r-- | engines/kyra/lol.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp index 7d73526411..120900537b 100644 --- a/engines/kyra/lol.cpp +++ b/engines/kyra/lol.cpp @@ -569,9 +569,9 @@ void LoLEngine::initKeymap() { Common::Keymap *engineKeyMap = new Common::Keymap(kKeymapName); const Common::KeyActionEntry keyActionEntries[] = { - {Common::KeyState(Common::KEYCODE_F1, Common::ASCII_F1 , 0), "AT1", _("Attack 1")}, - {Common::KeyState(Common::KEYCODE_F2, Common::ASCII_F2 , 0), "AT2", _("Attack 2")}, - {Common::KeyState(Common::KEYCODE_F3, Common::ASCII_F2 , 0), "AT3", _("Attack 3")}, + {Common::KeyState(Common::KEYCODE_F1, Common::ASCII_F1, 0), "AT1", _("Attack 1")}, + {Common::KeyState(Common::KEYCODE_F2, Common::ASCII_F2, 0), "AT2", _("Attack 2")}, + {Common::KeyState(Common::KEYCODE_F3, Common::ASCII_F2, 0), "AT3", _("Attack 3")}, {Common::KeyState(Common::KEYCODE_UP), "MVF", _("Move Forward")}, {Common::KeyState(Common::KEYCODE_DOWN), "MVB", _("Move Back")}, {Common::KeyState(Common::KEYCODE_LEFT), "SLL", _("Slide Left")}, |