more small adjustments from Tron
[supertux.git] / src / level.cpp
index 1a81bca..134f1f5 100644 (file)
@@ -90,7 +90,6 @@ Level::load(const std::string& filepath)
         add_sector(sector);
       } else {
         log_warning << "Unknown token '" << token << "' in level file" << std::endl;
-        continue;
       }
     }