Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit c7fa7b5

Browse files
committed
Match and format SA3's EngineMainLoop
1 parent a93ebed commit c7fa7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ void EngineMainLoop(void)
557557
gMultiSioStatusFlags = MultiSioMain(&gMultiSioSend, gMultiSioRecv, 0);
558558
}
559559
#if (ENGINE == ENGINE_3)
560-
else if((gFlags & (FLAGS_80000 | FLAGS_10000)) == FLAGS_80000){
560+
else if ((gFlags & (FLAGS_80000 | FLAGS_10000)) == FLAGS_80000) {
561561
sub_80C6908();
562562
}
563563
#endif

0 commit comments

Comments
 (0)