Fix relaunch

This commit is contained in:
Tixx
2024-10-05 18:01:47 +02:00
parent 47681cda50
commit 5bdd8c11da
3 changed files with 13 additions and 8 deletions

View File

@@ -6,6 +6,9 @@
void InitOptions(int argc, char *argv[], Options &options) {
int i = 1;
options.argc = argc;
options.argv = argv;
if (argc > 2)
if (std::string(argv[1]) == "0" && std::string(argv[2]) == "0") {
options.verbose = true;