X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flevel.cpp;h=134f1f566b564f5ccde0c93f69f6da9892394eb0;hb=d091bb359b3d5112bd3a6fb73def479bcb779b6f;hp=1a81bca0889239bd634cb8dc97e9cce1e4353c60;hpb=5fd31cce2830c983ba2ed621ab0bb0f29cbfa1a6;p=supertux.git diff --git a/src/level.cpp b/src/level.cpp index 1a81bca08..134f1f566 100644 --- a/src/level.cpp +++ b/src/level.cpp @@ -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; } }