aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationtemplate.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-09-08 14:34:36 +0000
committerEugene Sandulenko2010-10-12 23:44:14 +0000
commite5ac21dcac9a4c18dd5934b4db19b02db06163ca (patch)
tree7dd783a6001b7f325ac728eb74428d8c1eef4967 /engines/sword25/gfx/animationtemplate.cpp
parent30f199a5a449d612e026b3d3a0ccace3a870c40e (diff)
downloadscummvm-rg350-e5ac21dcac9a4c18dd5934b4db19b02db06163ca.tar.gz
scummvm-rg350-e5ac21dcac9a4c18dd5934b4db19b02db06163ca.tar.bz2
scummvm-rg350-e5ac21dcac9a4c18dd5934b4db19b02db06163ca.zip
SWORD25: Fix some warnings
svn-id: r53338
Diffstat (limited to 'engines/sword25/gfx/animationtemplate.cpp')
-rw-r--r--engines/sword25/gfx/animationtemplate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/animationtemplate.cpp b/engines/sword25/gfx/animationtemplate.cpp
index 9770dd8cc0..c267f715be 100644
--- a/engines/sword25/gfx/animationtemplate.cpp
+++ b/engines/sword25/gfx/animationtemplate.cpp
@@ -107,7 +107,7 @@ AnimationTemplate::AnimationTemplate(const Common::String &SourceAnimation) {
// -----------------------------------------------------------------------------
-AnimationTemplate::AnimationTemplate(const AnimationTemplate &Other) {
+AnimationTemplate::AnimationTemplate(const AnimationTemplate &Other) : AnimationDescription(){
// Objekt registrieren.
AnimationTemplateRegistry::GetInstance().RegisterObject(this);