diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-16 19:50:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-16 19:50:16 +0300 |
commit | 6245cac53b34035cdd10fb01afe11c053db9396f (patch) | |
tree | c194eb56334dcb7fed9d6c11031c06a227783ef9 /src/resources/spritedef.h | |
parent | cef3523b7692bd08fa90e98cd6f87184a15960c9 (diff) | |
download | plus-6245cac53b34035cdd10fb01afe11c053db9396f.tar.gz plus-6245cac53b34035cdd10fb01afe11c053db9396f.tar.bz2 plus-6245cac53b34035cdd10fb01afe11c053db9396f.tar.xz plus-6245cac53b34035cdd10fb01afe11c053db9396f.zip |
Possible fix for variant attribute usage inside sprites with include tag.
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 5bbfe81bd..fb37863f8 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -125,7 +125,7 @@ class SpriteDef final : public Resource /** * Include another sprite into this one. */ - void includeSprite(const XmlNodePtr includeNode); + void includeSprite(const XmlNodePtr includeNode, const int variant); /** * Complete missing actions by copying existing ones. |