diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-08-09 18:48:05 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-08-09 18:56:13 +0200 |
| commit | ad44d63b73b52fa49f1698526e1d77b414a1991d (patch) | |
| tree | dde40030bc6013105e5f9ac1234c4e50707310f0 /include/object.h | |
| parent | dd59d70447cab4676e66895440fe6809d092bd31 (diff) | |
Document some player item stuff
Diffstat (limited to 'include/object.h')
| -rw-r--r-- | include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object.h b/include/object.h index e7a20267..4d312d43 100644 --- a/include/object.h +++ b/include/object.h @@ -227,7 +227,7 @@ typedef enum { PINWHEEL, OBJECT_BF, ENEMY_ITEM, - OBJECT_C1, + LINK_ANIMATION, } Object; void ItemOnGround(); |
