Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gamezter committed Nov 28, 2024
1 parent a83a98a commit e979837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/st/no0/e_plate_lord.c
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ void func_us_801D4FCC(void) {
Primitive* prim = g_CurrentEntity->ext.prim;
s32 angle = g_CurrentEntity->ext.plateLordUnknown.unk84;
s8 pad[40];

for (i = 0; i < 0xA; i++) {
xOffset = (rsin(angle) * 8) >> 0xC;
yOffset = (rcos(angle) * 8) >> 0xC;
Expand Down

0 comments on commit e979837

Please sign in to comment.