We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056dd45 commit d959609Copy full SHA for d959609
1 file changed
library/modules/DFSteam.cpp
@@ -209,7 +209,7 @@ static bool launchDFHack(color_ostream& out) {
209
return false;
210
} else if (pid == 0) {
211
// child process
212
- auto procpath = Core.getInstance().getHackPath() / "launchdf.exe";
+ auto procpath = Core::getInstance().getHackPath() / "launchdf.exe";
213
char * command = procpath.string().c_str();
214
unsetenv("SteamAppId");
215
execl(command, command, NULL);
0 commit comments