diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-12 14:59:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-12 14:59:21 +0300 |
commit | 0cda45b8c1775c6a0f1bdf52c8801ccdfd21a8c7 (patch) | |
tree | ced38714bc57d1ab7bd7632d646c75ba7d9ce605 /src/resources/sprite/spritedef.h | |
parent | 81123fd6cc5226c3332f3d3a31df152be7121579 (diff) | |
download | plus-0cda45b8c1775c6a0f1bdf52c8801ccdfd21a8c7.tar.gz plus-0cda45b8c1775c6a0f1bdf52c8801ccdfd21a8c7.tar.bz2 plus-0cda45b8c1775c6a0f1bdf52c8801ccdfd21a8c7.tar.xz plus-0cda45b8c1775c6a0f1bdf52c8801ccdfd21a8c7.zip |
Improve error messages in SpriteDef.
Diffstat (limited to 'src/resources/sprite/spritedef.h')
-rw-r--r-- | src/resources/sprite/spritedef.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/resources/sprite/spritedef.h b/src/resources/sprite/spritedef.h index 2fdd1987b..3d56d2d89 100644 --- a/src/resources/sprite/spritedef.h +++ b/src/resources/sprite/spritedef.h @@ -72,16 +72,16 @@ class SpriteDef final : public Resource int calcMemoryChilds(const int level) const override final; - static bool addSequence(const int start, - const int end, - const int delay, - const int offsetX, - const int offsetY, - const int variant_offset, - int repeat, - const int rand, - const ImageSet *const imageSet, - Animation *const animation); + bool addSequence(const int start, + const int end, + const int delay, + const int offsetX, + const int offsetY, + const int variant_offset, + int repeat, + const int rand, + const ImageSet *const imageSet, + Animation *const animation) const; private: /** |