[Scummvm-cvs-logs] scummvm master -> 1305c5ab315c6468076eac07ac8b78c24d695eac

tsoliman tarek at bashasoliman.com
Tue Dec 13 05:39:29 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1305c5ab31 KYRA: Fix whitespace


Commit: 1305c5ab315c6468076eac07ac8b78c24d695eac
    https://github.com/scummvm/scummvm/commit/1305c5ab315c6468076eac07ac8b78c24d695eac
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2011-12-12T20:37:36-08:00

Commit Message:
KYRA: Fix whitespace

Changed paths:
    engines/kyra/lol.cpp



diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp
index 7d73526..1209005 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")},






More information about the Scummvm-git-logs mailing list