From ef330ed9b4e5d6252134ed137b042593f79d02a9 Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Sun, 21 Feb 2010 04:04:13 +0000 Subject: Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling svn-id: r48101 --- engines/draci/draci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci') diff --git a/engines/draci/draci.cpp b/engines/draci/draci.cpp index 31b2c28679..882b845f08 100644 --- a/engines/draci/draci.cpp +++ b/engines/draci/draci.cpp @@ -293,7 +293,7 @@ void DraciEngine::handleEvents() { } break; case Common::KEYCODE_F5: - if (event.kbd.flags == 0) { + if (event.kbd.hasFlags(0)) { openMainMenuDialog(); } break; -- cgit v1.2.3