Add frandbool usage to w02dll/main
This commit is contained in:
parent
6859839770
commit
9355447017
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ void fn_1_990(void) {
|
|||
currPlayer = GWSystem.player_curr;
|
||||
BoardWinCreateChoice(2, 0x130011U, 4, 0);
|
||||
if (GWPlayer[currPlayer].com) {
|
||||
if ((s32) (frand() & 1) != 0) {
|
||||
if (frandBool() != 0) {
|
||||
BoardComKeySetLeft();
|
||||
} else {
|
||||
BoardComKeySetRight();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue