Skip to content

Commit

Permalink
Fix skipping missing files warning if ran before
Browse files Browse the repository at this point in the history
  • Loading branch information
arbruijn committed Jul 13, 2022
1 parent 7970cb5 commit d0ed3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/descent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ gameOptions [0].Init ();
InitArgs (argc, argv);
EvalArgs ();
GetAppFolders (true);
ReadConfigFile ();
CheckAndFixSetup ();
gameStates.app.nLogLevel = appConfig.Int ("-printlog", 1);
OpenLogFile ();
Expand Down

0 comments on commit d0ed3a4

Please sign in to comment.