From e9798374950a63631b7cba1e7b0d1adc46e2aa1a Mon Sep 17 00:00:00 2001 From: gamezter Date: Thu, 28 Nov 2024 12:46:15 -0500 Subject: [PATCH] run linter --- src/st/no0/e_plate_lord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st/no0/e_plate_lord.c b/src/st/no0/e_plate_lord.c index 65c860d1d3..58b9c21edf 100644 --- a/src/st/no0/e_plate_lord.c +++ b/src/st/no0/e_plate_lord.c @@ -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;