diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-15 03:36:53 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-15 03:36:53 -0400 |
commit | 33bda740ea4342546d349235f90d2402c2a80088 (patch) | |
tree | 8552fae690a99b13421f0ecdc6824aa3e69d4438 /include/sprite.h | |
parent | 8435b8835a9b5c5348b2849e943e36ffdd8c76b3 (diff) | |
parent | 6f4bf2cb0535b1a7dc72029c65d93e3ebdb19f95 (diff) |
field_effect.c merge
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sprite.h b/include/sprite.h index 13c03ab51..dd9d5efb7 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -133,7 +133,7 @@ struct Subsprite struct SubspriteTable { u8 subspriteCount; - struct Subsprite *subsprites; + const struct Subsprite *subsprites; }; struct Sprite; |