Skip to content

Commit 9c6bf54

Browse files
committed
rock: update device hint for slingshots
1 parent fccd970 commit 9c6bf54

File tree

1 file changed

+1
-1
lines changed
  • VisualPinball.Engine.PinMAME/Games

1 file changed

+1
-1
lines changed

VisualPinball.Engine.PinMAME/Games/Rock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class Rock : System80
4141

4242
protected override GamelogicEngineSwitch[] Switches { get; } = {
4343
new GamelogicEngineSwitch("40") { Description = "#1 Drop Target (Upper)" },
44-
new GamelogicEngineSwitch("41") { Description = "10 Point (2)", DeviceHint = "^sw41[a-f]$", NumMatches = 6 },
44+
new GamelogicEngineSwitch("41") { Description = "10 Point (2)", DeviceHint = "^(sw41[a-f]|(Left|Right)\\sSlingshot)$", NumMatches = 8 },
4545
new GamelogicEngineSwitch("42") { Description = "Right Flipper (Lower)", DeviceHint = "^LowerRightFlipper$" },
4646
new GamelogicEngineSwitch("43") { Description = "Rollunder" },
4747
new GamelogicEngineSwitch("44") { Description = "Right Outside Rollover" },

0 commit comments

Comments
 (0)