diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2021-09-05 14:00:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-05 21:00:24 +0900 |
| commit | 2862aa6d03208e19955e280e6d110e0fcff357ce (patch) | |
| tree | 220e45fdda103f16f488e5e4f227f68613509f58 /src/code/code_80043480.c | |
| parent | 3de7c2119677203d688c49fe61a5885740e9b2be (diff) | |
Various minor cleanups (#940)
* Fix includes using braces instead of quotes
* Remove some unused printf arguments
* Fix a condition in Door_Shutter
* Run the formatter
* Cleanup incorrect uses of DynaPolyMoveFlag as function arguments
* Cleanup combined Math_StepToF checks
Diffstat (limited to 'src/code/code_80043480.c')
| -rw-r--r-- | src/code/code_80043480.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_80043480.c b/src/code/code_80043480.c index b264837dd..eda615d35 100644 --- a/src/code/code_80043480.c +++ b/src/code/code_80043480.c @@ -1,6 +1,6 @@ #include "global.h" -void DynaPolyActor_Init(DynaPolyActor* dynaActor, DynaPolyMoveFlag flags) { +void DynaPolyActor_Init(DynaPolyActor* dynaActor, s32 flags) { dynaActor->bgId = -1; dynaActor->unk_15C = flags; dynaActor->unk_160 = 0; |
