Skip to content

Commit

Permalink
Enable opponent by default in hand test
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jan 3, 2023
1 parent d1a95b0 commit 7775e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gframe/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ void Game::Initialize() {
if(increment) offset += 35;
return Scale(leftRail, offset, rightRail, offset + 25);
};
chkHandTestNoOpponent = env->addCheckBox(true, nextHandTestRow(10, mainMenuWidth - 10), wHandTest, -1, gDataManager->GetSysString(2081).data());
chkHandTestNoOpponent = env->addCheckBox(false, nextHandTestRow(10, mainMenuWidth - 10), wHandTest, -1, gDataManager->GetSysString(2081).data());
defaultStrings.emplace_back(chkHandTestNoOpponent, 2081);
chkHandTestNoShuffle = env->addCheckBox(false, nextHandTestRow(10, mainMenuWidth - 10), wHandTest, -1, gDataManager->GetSysString(1230).data());
defaultStrings.emplace_back(chkHandTestNoShuffle, 1230);
Expand Down

0 comments on commit 7775e84

Please sign in to comment.