90% fixes, 10% skel refactoring

This commit is contained in:
eray orçunus
2020-07-24 20:43:51 +03:00
parent 53e7cbbd5a
commit ad6094ca1d
12 changed files with 104 additions and 50 deletions

View File

@ -689,7 +689,11 @@ ChooseComponent(int32 rule, int32 comps)
return COMPRULE_COMPN(comps, n-1);
return -1;
case 4:
#ifdef FIX_BUGS
return CGeneral::GetRandomNumberInRange(0, 6);
#else
return CGeneral::GetRandomNumberInRange(0, 5);
#endif
}
return -1;
}