From d87170ed9e4634ee569d0b263e5e0423731f6e0e Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 8 Oct 2019 22:18:47 +0300 Subject: [PATCH] - restored command line arguments initialization in SDL backend --- src/posix/sdl/i_main.cpp | 1 + 1 file changed, 1 insertion(+) 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];