diff options
| author | EllipticEllipsis <elliptic.ellipsis@gmail.com> | 2022-07-19 17:16:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-19 12:16:36 -0400 |
| commit | 69e514b37e3459310ab2931d47963693bd8f58f0 (patch) | |
| tree | 3d250aa9698df9369bca355fbacab301987b2e9b /include | |
| parent | bd94105568e111f801dcc70717d51042d2cf21c7 (diff) | |
EnBat OK and documented (#924)
* OK, start documentation
* Name some more stuff
* Name rest of functions and bss var, tidy up floats
* Document object and paramflags
* Cleanup bat
* Cleanup crow
* Cleanup firefly
* Couple of minor things in arrow
* Review 1
* PLAYER_STATE
* Remove unnecessary f32 casts
* Review
* Review
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64actor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64actor.h b/include/z64actor.h index 92d656c9f..866b92dbb 100644 --- a/include/z64actor.h +++ b/include/z64actor.h @@ -1138,7 +1138,7 @@ typedef enum { #define ACTOR_FLAG_2000 (1 << 13) // #define ACTOR_FLAG_4000 (1 << 14) -// +//! Carried by arrow #define ACTOR_FLAG_8000 (1 << 15) // #define ACTOR_FLAG_10000 (1 << 16) |
