From 82a27a33da788fa4e9f320d253cd859b20bcd7d0 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Tue, 2 Feb 2016 10:46:16 +0100 Subject: SCI: fix typo in comment --- engines/sci/event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/event.cpp b/engines/sci/event.cpp index 121e572a58..d3225612a2 100644 --- a/engines/sci/event.cpp +++ b/engines/sci/event.cpp @@ -180,7 +180,7 @@ SciEvent EventManager::getScummVMEvent() { ((ourModifiers & Common::KBD_CTRL) ? SCI_KEYMOD_CTRL : 0) | ((ourModifiers & Common::KBD_SHIFT) ? SCI_KEYMOD_LSHIFT | SCI_KEYMOD_RSHIFT : 0); // Caps lock and Scroll lock have been removed, cause we already handle upper - // case keys ad Scroll lock doesn't seem to be used anywhere + // case keys and Scroll lock doesn't seem to be used anywhere //((ourModifiers & Common::KBD_CAPS) ? SCI_KEYMOD_CAPSLOCK : 0) | //((ourModifiers & Common::KBD_SCRL) ? SCI_KEYMOD_SCRLOCK : 0) | -- cgit v1.2.3