calcHandsChance

This commit is contained in:
floty
2008-10-17 11:25:58 +00:00
parent 48124f21f4
commit 05737fb7e5
+1 -1
View File
@@ -61,7 +61,7 @@ void Tools::getRandNumber(int start, int end, int howMany, int* randArray, bool
for (i=0; i<(end-start+1); i++) tempArray[i]=1;
if(bad) {
for(i=0;i<(sizeof(bad)/sizeof(int));i++) {
for(i=0;i<(int)(sizeof(bad)/sizeof(int));i++) {
tempArray[bad[i]]=0;
}
}