diff options
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r-- | src/resources/spritedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 565c3a95a..86f2d7f12 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -172,7 +172,7 @@ class SpriteDef : public Resource */ void loadAnimation(const XmlNodePtr animationNode, Action *const action, ImageSet *const imageSet, - const int variant_offset); + const int variant_offset) const; /** * Include another sprite into this one. |