mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 07:49:45 +00:00
90% fixes, 10% skel refactoring
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user