diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-25 17:34:33 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-25 17:34:33 +1100 |
| commit | b25e64d1bd2ece30301f9fa5af78f963afd0cf76 (patch) | |
| tree | 16bbd3fc0fb479b470351adfcbad35274abaf2c8 /include/z64actor.h | |
| parent | 919d3d81e012e58cf5a04db6559844bb4869e247 (diff) | |
`z_en_test4.c` Documented (#1498)
* begin docs
* more docs
* skybox
* more cleanup
* more cleanup
* more cleanup
* Improve comment
* in-function static
Diffstat (limited to 'include/z64actor.h')
| -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 6790bc222..19bf3b870 100644 --- a/include/z64actor.h +++ b/include/z64actor.h @@ -289,7 +289,7 @@ typedef enum { } ActorType; #define ACTORCTX_FLAG_0 (1 << 0) -#define ACTORCTX_FLAG_1 (1 << 1) +#define ACTORCTX_FLAG_TELESCOPE_ON (1 << 1) #define ACTORCTX_FLAG_PICTO_BOX_ON (1 << 2) #define ACTORCTX_FLAG_3 (1 << 3) #define ACTORCTX_FLAG_4 (1 << 4) |
