mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
remove unnecesasry braces from a comment
https://github.com/zeldaret/oot/pull/2287#discussion_r1842642196
This commit is contained in:
parent
43afb7b7cb
commit
83f4ca8935
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#define MASS_IMMOVABLE 0xFF // Cannot be pushed by OC colliders
|
||||
#define MASS_HEAVY 0xFE // Can only be pushed by OC colliders from actors with IMMOVABLE or HEAVY mass.
|
||||
|
||||
// These constants are the [default] parameters for the ubiqutous "fidgeting" formulas.
|
||||
// These constants are the default parameters for the ubiqutous "fidgeting" formulas.
|
||||
// Some actors call `Actor_UpdateFidgetTables` function and cache their results in `fidgetTable*` fields.
|
||||
// Others compute them on the fly. Both variants are applied inside `*_OverrideLimbDraw` as input angles.
|
||||
#define FIDGET_FREQ_Y 0x814
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue