From 9e72886ee15acc39cbb6075ce32a60a5391ea9f3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 3 Apr 2017 02:12:42 +0300 Subject: Replace string::append with pathJoin. --- src/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 9b4542e93..a00c6cfea 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1053,9 +1053,9 @@ void Game::changeMap(const std::string &mapPath) mMapName = mapPath; - std::string fullMap = paths.getValue("maps", "maps/").append( + std::string fullMap = pathJoin(paths.getValue("maps", "maps/"), mMapName).append(".tmx"); - std::string realFullMap = paths.getValue("maps", "maps/").append( + std::string realFullMap = pathJoin(paths.getValue("maps", "maps/"), MapDB::getMapName(mMapName)).append(".tmx"); if (!VirtFs::exists(realFullMap)) -- cgit v1.2.3-70-g09d2