mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-04 14:56:24 +00:00
fix various commandline argument related things
This commit is contained in:
@@ -24,7 +24,7 @@ Options options;
|
||||
}
|
||||
}
|
||||
|
||||
int main(int argc, char** argv) try {
|
||||
int main(int argc, const char** argv) try {
|
||||
#if defined(_WIN32)
|
||||
system("cls");
|
||||
#elif defined(__linux__)
|
||||
|
||||
Reference in New Issue
Block a user