diff options
Diffstat (limited to 'src/resources/spritedef.cpp')
-rw-r--r-- | src/resources/spritedef.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/spritedef.cpp b/src/resources/spritedef.cpp index 89450486d..2d5d25fb4 100644 --- a/src/resources/spritedef.cpp +++ b/src/resources/spritedef.cpp @@ -267,7 +267,8 @@ void SpriteDef::loadAction(const XmlNodePtr node, const int variant_offset) } void SpriteDef::loadAnimation(const XmlNodePtr animationNode, - Action *const action, ImageSet *const imageSet, + Action *const action, + const ImageSet *const imageSet, const int variant_offset) const { if (!action || !imageSet) |