mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 07:19:58 +00:00
90% fixes, 10% skel refactoring
This commit is contained in:
parent
53e7cbbd5a
commit
ad6094ca1d
12 changed files with 104 additions and 50 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue