Skip to content

Commit 7379721

Browse files
Delete extra \\ in path
1 parent e343445 commit 7379721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GUI/SetUpWindowsWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void SetUpWindowsWrapper::LoadFromTheGameWindow_AcceptConfiguration()
125125
// TODO: Make it load vanila Generals
126126
// Also as work with non-ascii paths
127127
// Also as search in big-archives (see more at GZH source code)
128-
QString path = QString::fromStdString(Registry::GetPathToGame(Registry::Games::GeneralsZeroHour)) + "\\Data\\English\\generals.csf";
128+
QString path = QString::fromStdString(Registry::GetPathToGame(Registry::Games::GeneralsZeroHour)) + "Data\\English\\generals.csf";
129129

130130
if (!QFile::exists(path))
131131
{

0 commit comments

Comments
 (0)