Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
OhnkytaBlabdey committed Feb 27, 2019
1 parent f069f87 commit 0e47712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/ExternalsUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static public byte[] SelectCard(int n,int m,int M)
int count = 0;
for (int i = m; i <= M; i++) count += C(n, i);
int index = Choose(count);
//choser.Reset();
choser.Reset();
choser.SetN(n);
choser.Select(m, M, index);
byte[] res=choser.GetResult();
Expand Down

0 comments on commit 0e47712

Please sign in to comment.