Skip to content

Commit

Permalink
Remove unnecessary parens
Browse files Browse the repository at this point in the history
Co-authored-by: Rachel <[email protected]>
  • Loading branch information
Viperio19 and lhearachel authored Nov 23, 2024
1 parent 2db32ec commit 52b8f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/communication_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ static void sub_020353CC(void)
int v4 = CommLocal_MaxMachines(sub_0203895C()) + 1;

if (CommSys_IsAlone()) {
if ((Unk_02100A1D == 2) || (Unk_02100A1D == 0)) {
if (Unk_02100A1D == 2 || Unk_02100A1D == 0) {
Unk_02100A1D++;
sub_02035394(1);

Expand Down

0 comments on commit 52b8f53

Please sign in to comment.