Removed another unneeded slash

This commit is contained in:
Uleat 2016-07-24 18:01:14 -04:00
parent 343b781e74
commit 37cb9f00f6

View File

@ -228,7 +228,6 @@ bool Map::CheckLoS(glm::vec3 myloc, glm::vec3 oloc) const {
Map *Map::LoadMapFile(std::string file) {
std::string filename = Config->MapDir;
filename += "/";
std::transform(file.begin(), file.end(), file.begin(), ::tolower);
filename += file;
filename += ".map";