diff options
Diffstat (limited to 'src/resources/sprite/spritedef.h')
-rw-r--r-- | src/resources/sprite/spritedef.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/sprite/spritedef.h b/src/resources/sprite/spritedef.h index 3d56d2d89..c81e614f2 100644 --- a/src/resources/sprite/spritedef.h +++ b/src/resources/sprite/spritedef.h @@ -129,7 +129,8 @@ class SpriteDef final : public Resource /** * Include another sprite into this one. */ - void includeSprite(const XmlNodePtr includeNode, const int variant); + void includeSprite(const XmlNodePtr includeNode, + const int variant); /** * Complete missing actions by copying existing ones. |