summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-25 00:05:39 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-25 00:05:39 -0500
commit7dd75f453dbf67c3b594c85ae34dcd31e895bf67 (patch)
treea6b4c82e165d1f6315356dca0c74017d5bff41fc /include/sprite.h
parent2c7112ce8fea1d94c624dbd164892009d4c455c2 (diff)
parent87958f2f87b9f7f6e5548d9cb2ac53c3339b78d5 (diff)
merge
Diffstat (limited to 'include/sprite.h')
-rw-r--r--include/sprite.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sprite.h b/include/sprite.h
index 170d77c3f..d5c6bc402 100644
--- a/include/sprite.h
+++ b/include/sprite.h
@@ -120,10 +120,6 @@ union AffineAnimCmd
{.jump = {.type = AFFINEANIMCMDTYPE_JUMP, .target = _target}}
#define AFFINEANIMCMD_END \
{.type = AFFINEANIMCMDTYPE_END}
-#define AFFINEANIMCMD_LOOP(_count) \
- {.loop = {.type = AFFINEANIMCMDTYPE_LOOP, .count = _count}}
-#define AFFINEANIMCMD_JUMP(_target) \
- {.jump = {.type = AFFINEANIMCMDTYPE_JUMP, .target = _target}}
struct AffineAnimState
{