Skip to content

Commit

Permalink
HB: multiturnsim is default off
Browse files Browse the repository at this point in the history
  • Loading branch information
noHero committed Sep 4, 2014
1 parent 78bab1b commit 26c227a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified HrtBddy/Silverfish/Silverfish.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions HrtBddy/Silverfish/silverfish_controlHB.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public SilverControl()
Ai.Instance.setMaxWide(mxwde);
Helpfunctions.Instance.ErrorLog("set maxwide to: " + mxwde);

Ai.Instance.setTwoTurnSimulation(false, 128);
Helpfunctions.Instance.ErrorLog("calculate the second turn of the 128 best boards");
Ai.Instance.setTwoTurnSimulation(false, 0);
Helpfunctions.Instance.ErrorLog("calculate the second turn of the 0 best boards");

bool playaround = false;
if (playaround)
Expand Down
4 changes: 2 additions & 2 deletions HrtBddy/Silverfish/silverfish_rushHB.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public SilverRush()
Ai.Instance.setMaxWide(mxwde);
Helpfunctions.Instance.ErrorLog("set maxwide to: " + mxwde);

Ai.Instance.setTwoTurnSimulation(false, 128);
Helpfunctions.Instance.ErrorLog("calculate the second turn of the 128 best boards");
Ai.Instance.setTwoTurnSimulation(false, 0);
Helpfunctions.Instance.ErrorLog("calculate the second turn of the 0 best boards");

bool playaround = false;
if (playaround)
Expand Down

0 comments on commit 26c227a

Please sign in to comment.