Skip to content

Commit 0c6ff5a

Browse files
committed
remove unused string for Ed4Intro
1 parent 9830062 commit 0c6ff5a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/DEV7Launcher/DEV7Launcher.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ void runUNINST() {
220220
}
221221

222222
void Ed4Intro() {
223-
std::string Ed4IntroEXE = "Ed4Intro.exe";
224-
if (!fs::exists("Ed4Intro.exe")) {
223+
if (!fileExists("Ed4Intro.exe")) {
225224
fprintf(stderr, "Error: This directory does not seem to be an Le Pays des pierres magiques game directory.\n");
226225
TaskExecution::pressEnterToExit();
227226
return;

0 commit comments

Comments
 (0)