Start arguments
This commit is contained in:
parent
ea105ba3f3
commit
c57ede96c9
3 changed files with 31 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue