mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 22:51:52 -04: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:
+2
-2
@@ -1,8 +1,8 @@
|
||||
#ifndef _Z64CAMERA_H_
|
||||
#define _Z64CAMERA_H_
|
||||
|
||||
#include <ultra64.h>
|
||||
#include <z64cutscene.h>
|
||||
#include "ultra64.h"
|
||||
#include "z64cutscene.h"
|
||||
|
||||
#define CAM_STAT_CUT 0
|
||||
#define CAM_STAT_WAIT 1
|
||||
|
||||
Reference in New Issue
Block a user