Skip to content

Commit

Permalink
- restored command line arguments initialization in SDL backend
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 8, 2019
1 parent f678b5d commit d87170e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/posix/sdl/i_main.cpp
Expand Up @@ -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];
Expand Down

0 comments on commit d87170e

Please sign in to comment.