Skip to content

Commit 7f01ae5

Browse files
authored
Update code_80091750.c
1 parent 541cad4 commit 7f01ae5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/code_80091750.c

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8060,15 +8060,9 @@ void func_800A66A8(struct_8018D9E0_entry* arg0, Unk_D_800E70A0* arg1) {
80608060
y2 += y1;
80618061
z2 += z1;
80628062

8063-
if (x2) {
8064-
;
8065-
}
8066-
if (y2) {
8067-
;
8068-
}
8069-
if (z2) {
8070-
;
8071-
}
8063+
// clang-format off
8064+
if (x2); if (y2); if (z2);
8065+
// clang-format on
80728066

80738067
guScale(mtx, 1.2f, 1.2f, 1.2f);
80748068
guRotate(mtx + 1, y2, 0.0f, 1.0f, 0.0f);

0 commit comments

Comments
 (0)