aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/input.cpp')
-rwxr-xr-xengines/pegasus/input.cpp3
1 files changed, 2 insertions, 1 deletions
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: