Skip to content

Commit f701bdd

Browse files
committed
change modifyAdibou3Ini() to int function and return 1
1 parent e265f4f commit f701bdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/DEV7Launcher/DEV7Launcher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ void showTraceTXT() {
114114
#endif
115115
}
116116

117-
void modifyAdibou3Ini() {
117+
int modifyAdibou3Ini() {
118118

119119
// Check if Adibou3.ini exists
120120
if (!fs::exists("Adibou3.ini")) {
121121
std::cout << "Error: This directory does not seem to be an Adibou 3 game directory.\n" << std::endl;
122122
TaskExecution::pressEnterToExit();
123-
return;
123+
return 1;
124124
}
125125

126126
// This an Workaround for this Function to load Adibou3.ini into the Editors

0 commit comments

Comments
 (0)