diff --git a/src/posix/sdl/i_main.cpp b/src/posix/sdl/i_main.cpp index 8b9414ec9..c4f251499 100644 --- a/src/posix/sdl/i_main.cpp +++ b/src/posix/sdl/i_main.cpp @@ -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];