change to frandBool

This commit is contained in:
CreateSource 2024-04-28 15:06:19 -04:00
parent b52db6425a
commit c3adb6e582
2 changed files with 4 additions and 4 deletions

View file

@ -483,7 +483,7 @@ void fn_1_B2B0(omObjData* arg0, u16* arg1, s16* arg2) {
*arg2 = 1;
return;
}
if (((s32)frand() & 1) != 0) {
if (frandBool() != 0) {
*arg2 = 1;
return;
}