diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-11 12:58:59 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-11 12:58:59 +0800 |
commit | 6743faa82211187514153c6754f4ae43af7daf9c (patch) | |
tree | 641884e6e0b8641a02598940d2b871b27ba570a2 /include/sprite.h | |
parent | 1aa9698ff037aea4e52a5306d6abb4d1c528ef1c (diff) |
psychic
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h index 04c992dae..85722311f 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -116,6 +116,7 @@ union AffineAnimCmd struct AffineAnimFrameCmd frame; struct AffineAnimLoopCmd loop; struct AffineAnimJumpCmd jump; + struct AffineAnimEndCmdAlt end; }; #define AFFINEANIMCMDTYPE_LOOP 0x7FFD |