mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-22 11:52:10 +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");
|
printf("\n");
|
||||||
|
|
||||||
|
Args = new FArgs(argc, argv);
|
||||||
|
|
||||||
// Should we even be doing anything with progdir on Unix systems?
|
// Should we even be doing anything with progdir on Unix systems?
|
||||||
char program[PATH_MAX];
|
char program[PATH_MAX];
|
||||||
|
|
Loading…
Reference in a new issue