We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e265f4f commit f701bddCopy full SHA for f701bdd
1 file changed
tools/DEV7Launcher/DEV7Launcher.cpp
@@ -114,13 +114,13 @@ void showTraceTXT() {
114
#endif
115
}
116
117
-void modifyAdibou3Ini() {
+int modifyAdibou3Ini() {
118
119
// Check if Adibou3.ini exists
120
if (!fs::exists("Adibou3.ini")) {
121
std::cout << "Error: This directory does not seem to be an Adibou 3 game directory.\n" << std::endl;
122
TaskExecution::pressEnterToExit();
123
- return;
+ return 1;
124
125
126
// This an Workaround for this Function to load Adibou3.ini into the Editors
0 commit comments