mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- restored command line arguments initialization in SDL backend
This commit is contained in:
parent
f678b5d4d6
commit
d87170ed9e
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue