mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 06:54:33 +00:00
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
This commit is contained in:
parent
3de7c21196
commit
2862aa6d03
35 changed files with 75 additions and 77 deletions
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include <ultra64.h>
|
||||
#include <global.h>
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
|
||||
typedef struct {
|
||||
s16 val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue