From a6da2e5bea25202a814fc8e4ad8860fc6d476942 Mon Sep 17 00:00:00 2001 From: Sude Date: Sat, 11 Oct 2014 02:44:22 +0300 Subject: [PATCH] Set filepath for language packs I forgot to set the filepath for language packs which caused some problems --- src/gamedetails.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gamedetails.cpp b/src/gamedetails.cpp index 8d61e92..e4eb1cb 100644 --- a/src/gamedetails.cpp +++ b/src/gamedetails.cpp @@ -42,6 +42,7 @@ void gameDetails::makeFilepaths(const Config& config) { subdir = config.bSubDirectories ? config.sLanguagePackSubdir : ""; filepath = Util::makeFilepath(directory, this->languagepacks[i].path, this->gamename, subdir, 0); + this->languagepacks[i].setFilepath(filepath); } for (unsigned int i = 0; i < this->dlcs.size(); ++i)