Skip to content

Commit

Permalink
Map mouse START button to prev weapon
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Aug 23, 2024
1 parent 2e42b0b commit 761daac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marsnew.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ static int Mars_ConvMouseButtons(int mouse)
}
if (mouse & SEGA_CTRL_STARTMB)
{
ctrl |= BT_PWEAPN; // M -> Y
//ctrl |= BT_START;
}
return ctrl;
Expand Down

0 comments on commit 761daac

Please sign in to comment.