more small adjustments from Tron
[supertux.git] / src / level.cpp
index dccfbd8..134f1f5 100644 (file)
@@ -90,10 +90,9 @@ Level::load(const std::string& filepath)
         add_sector(sector);
       } else {
         log_warning << "Unknown token '" << token << "' in level file" << std::endl;
-        continue;
       }
     }
-    
+
   } catch(std::exception& e) {
     std::stringstream msg;
     msg << "Problem when reading level '" << filepath << "': " << e.what();