chrisboyle / sgtpuzzles

Android port of Simon Tatham's Puzzles
https://chris.boyle.name/puzzles
Other
598 stars 168 forks source link

Remove left/right switch in Filling #484

Closed chrisboyle closed 2 years ago

chrisboyle commented 3 years ago

Neri Credo writes:

When playing Filling, every now and then the game freezes. Not completely, because can still select options from the top menu but it won't allow me to select any squares for input. I am still able to use other games in your suite. When I "force stop" the application and restart it doesn't help. The only solution is to is to uninstall and reinstall.

I think the left/right switch has been pressed, and since the right mouse button has no function in Filling (see https://github.com/chrisboyle/sgtpuzzles/blob/master/app/src/main/jni/filling.c ) the switch should probably just be removed in that game.