fixed another problem with leaving scores screen on Android platform
[rocksndiamonds.git] / src / screens.c
index 98cb6ba9b8a72aa5ed469572a37d2de442c3ea15..ee5035ce0320569f35a9fb27e510a0123da9636d 100644 (file)
@@ -4816,8 +4816,8 @@ static void HandleChooseTree(int mx, int my, int dx, int dy, int button,
   // directly continue when touching the screen after playing
   if ((mx || my) && scores.continue_on_return)
   {
+    // ignore touch events until released
     mx = my = 0;
-    button = MB_MENU_CHOICE;
   }
 #endif