Proper ball shadow removal in poser mode. Patch from Elviz.
[neverball] / ball / st_time_out.c
index 7567d8d..99aa0e3 100644 (file)
@@ -97,7 +97,7 @@ static int time_out_enter(void)
 
             if (next_id && lg->unlock)
                 gui_focus(next_id);
-            else if (lg->mode != MODE_CHALLENGE)
+            else if (retry_id)
                 gui_focus(retry_id);
         }
         gui_space(id);