We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9830062 commit 0c6ff5aCopy full SHA for 0c6ff5a
1 file changed
tools/DEV7Launcher/DEV7Launcher.cpp
@@ -220,8 +220,7 @@ void runUNINST() {
220
}
221
222
void Ed4Intro() {
223
- std::string Ed4IntroEXE = "Ed4Intro.exe";
224
- if (!fs::exists("Ed4Intro.exe")) {
+ if (!fileExists("Ed4Intro.exe")) {
225
fprintf(stderr, "Error: This directory does not seem to be an Le Pays des pierres magiques game directory.\n");
226
TaskExecution::pressEnterToExit();
227
return;
0 commit comments