- restored command line arguments initialization in SDL backend

This commit is contained in:
alexey.lysiuk 2019-10-08 22:18:47 +03:00 committed by GitHub
parent f678b5d4d6
commit d87170ed9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,6 +177,7 @@ int main (int argc, char **argv)
printf("\n");
Args = new FArgs(argc, argv);
// Should we even be doing anything with progdir on Unix systems?
char program[PATH_MAX];