Skip to content

Commit

Permalink
applied modification also to console launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Apr 20, 2020
1 parent 28f35f6 commit 0628009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/launcher/console/src/action/declRunGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ void declRunGame::InitLauncher(){

// if game file has been specified manual verification is required
if( ! gameManager.GetGameList().Has( pGame ) ){
pGame->LoadConfig();
pGame->VerifyRequirements();
}
}
Expand Down

0 comments on commit 0628009

Please sign in to comment.