mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-06 12:50:59 -04:00
Matched last function in Ovl_en_encount2 (#252)
* Matched last function * Format * Fix Gfx arrays
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
#define FLT_MAX 340282346638528859811704183484516925440.0f
|
||||
#define SHT_MAX 32767.0f
|
||||
#define SHT_MINV (1.0f / SHT_MAX)
|
||||
#define DEGTORAD(x) (x * M_PI / 180.0f)
|
||||
#define DEGTORAD(x) ((x) * (M_PI / 180.0f))
|
||||
|
||||
typedef union {
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user