further tweaked flapping, finally found a speed setting that seems okay
[supertux.git] / src / title.cpp
index feb8104..b948c59 100644 (file)
@@ -167,7 +167,7 @@ void check_levels_contrib_menu()
         if(!reader)
           {
           std::cerr << "Error: Could not open level file. Ignoring...\n";
-          return;
+          continue;
           }
 
         reader->read_string("name", level_title, true);