Start arguments

This commit is contained in:
Miloslav Ciz 2025-01-28 00:10:47 +01:00
parent ea105ba3f3
commit c57ede96c9
3 changed files with 31 additions and 10 deletions

View file

@ -124,7 +124,7 @@ int main(int argc, char *argv[])
LCR_log("couldn't open data file");
LCR_log("initializing game");
LCR_gameInit();
LCR_gameInit(argc,(const char **) argv);
LCR_log("initializing SDL");
SDL_Init(SDL_INIT_AUDIO);