Skip to content

Commit d7eecff

Browse files
committed
cleanup if statement in DEV7Launcher
1 parent 4b68add commit d7eecff

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
@@ -216,8 +216,7 @@ void Ed4Intro() {
216216
#ifdef _WIN32
217217
int Ed4Intro = system("Ed4Intro.exe");
218218
#else
219-
if (system("wine Ed4Intro.exe") != 0) {
220-
}
219+
int Ed4Intro = system("wine Ed4Intro.exe");
221220
#endif
222221
}
223222

0 commit comments

Comments
 (0)