From 091df1815e5fc4d5054f9005e6a80bd305588118 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 28 Sep 2011 21:38:49 -0400 Subject: PEGASUS: Use proper key for the right fire button --- engines/pegasus/input.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/pegasus/input.cpp') diff --git a/engines/pegasus/input.cpp b/engines/pegasus/input.cpp index 993af63158..6906dd9bb5 100755 --- a/engines/pegasus/input.cpp +++ b/engines/pegasus/input.cpp @@ -92,7 +92,8 @@ void InputDevice::getInput(Input &input, const tInputBits filter) { case Common::KEYCODE_NUMLOCK: // Yes, the original uses Num Lock/Clear on the Mac... currentBits |= (kRawButtonDown << kLeftFireButtonShift); break; - case Common::KEYCODE_DELETE: + case Common::KEYCODE_BACKSPACE: + case Common::KEYCODE_KP_MULTIPLY: currentBits |= (kRawButtonDown << kRightFireButtonShift); break; case Common::KEYCODE_d: -- cgit v1.2.3