File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -781,7 +781,7 @@ static bool determine_subgame(GameParams *game_params)
781
781
gamespec = findSubgame (g_settings->get (" default_game" ));
782
782
infostream << " Using default gameid [" << gamespec.id << " ]" << std::endl;
783
783
if (!gamespec.isValid ()) {
784
- errorstream << " Subgame specified in default_game ["
784
+ errorstream << " Game specified in default_game ["
785
785
<< g_settings->get (" default_game" )
786
786
<< " ] is invalid." << std::endl;
787
787
return false ;
@@ -806,7 +806,7 @@ static bool determine_subgame(GameParams *game_params)
806
806
}
807
807
808
808
if (!gamespec.isValid ()) {
809
- errorstream << " Subgame [" << gamespec.id << " ] could not be found."
809
+ errorstream << " Game [" << gamespec.id << " ] could not be found."
810
810
<< std::endl;
811
811
return false ;
812
812
}
You can’t perform that action at this time.
0 commit comments