rnd-20020330-4-src
[rocksndiamonds.git] / src / screens.c
index 61d6d94e96a22baf2443d6556f54aab52262c3ad..0f313c856d73405485b5417b9b9c4ecccc14accb 100644 (file)
@@ -1478,8 +1478,10 @@ void HandleGenericSetupScreen(int mx, int my, int dx, int dy, int button)
        void (*menu_callback_function)(void) = setup_info[y].value;
 
        menu_callback_function();
+       break;  /* absolutely needed because 'setup_info' has changed! */
       }
     }
+
     return;
   }