[Scummvm-cvs-logs] scummvm master -> 14be8d828298b40f42bf55c0ffee23bc4622f7c8

athrxx athrxx at scummvm.org
Thu Jan 10 15:39:33 CET 2013


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:
14be8d8282 KYRA: (LOL) - fix warning


Commit: 14be8d828298b40f42bf55c0ffee23bc4622f7c8
    https://github.com/scummvm/scummvm/commit/14be8d828298b40f42bf55c0ffee23bc4622f7c8
Author: athrxx (athrxx at scummvm.org)
Date: 2013-01-10T06:37:31-08:00

Commit Message:
KYRA: (LOL) - fix warning

Changed paths:
    engines/kyra/kyra_v1.cpp



diff --git a/engines/kyra/kyra_v1.cpp b/engines/kyra/kyra_v1.cpp
index 1313863..9194b64 100644
--- a/engines/kyra/kyra_v1.cpp
+++ b/engines/kyra/kyra_v1.cpp
@@ -376,8 +376,8 @@ void KyraEngine_v1::setupKeyMap() {
 		{ KC(KP9), 101, 69, 18 },
 		{ KC(END), 93, UNKNOWN_KEYCODE, UNKNOWN_KEYCODE },
 		{ KC(KP1), 93, UNKNOWN_KEYCODE, UNKNOWN_KEYCODE },
-		{ KC(PAGEDOWN), 103, UNKNOWN_KEYCODE },
-		{ KC(KP3), 103, UNKNOWN_KEYCODE },
+		{ KC(PAGEDOWN), 103, UNKNOWN_KEYCODE, UNKNOWN_KEYCODE },
+		{ KC(KP3), 103, UNKNOWN_KEYCODE, UNKNOWN_KEYCODE },
 		{ KC(F1), 112, 99, UNKNOWN_KEYCODE },
 		{ KC(F2), 113, 100, UNKNOWN_KEYCODE },
 		{ KC(F3), 114, 101, UNKNOWN_KEYCODE },






More information about the Scummvm-git-logs mailing list