- 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 drfrag
parent cfeacc485b
commit 6c78556c09

View file

@ -178,6 +178,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];