From fca6de3288adc230f0e42f82973697615932bbe8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Sep 2013 00:30:23 +0300 Subject: add some more consts. --- src/resources/spritedef.cpp | 3 ++- src/resources/spritedef.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/resources') 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) diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 6ef64bbae..533042c02 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -202,7 +202,8 @@ class SpriteDef final : public Resource * Loads an animation element. */ void loadAnimation(const XmlNodePtr animationNode, - Action *const action, ImageSet *const imageSet, + Action *const action, + const ImageSet *const imageSet, const int variant_offset) const; /** -- cgit v1.2.3-60-g2f50