rnd-20060211-1-src
[rocksndiamonds.git] / src / screens.c
index 999e933ea408dc2e322386f679ce2b33f7eb40a9..90b987f3bfa4884ba1ab9e94388407326414550e 100644 (file)
@@ -452,6 +452,11 @@ void HandleMainMenu(int mx, int my, int dx, int dy, int button)
   {
     if (dx && choice == 1)
       x = (dx < 0 ? 10 : 14);
+    else if (dx > 0)
+    {
+      if (choice == 4 || choice == 6)
+       button = MB_MENU_CHOICE;
+    }
     else if (dy)
       y = choice + dy;
   }