aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationtemplate.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/animationtemplate.h')
-rw-r--r--engines/sword25/gfx/animationtemplate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/animationtemplate.h b/engines/sword25/gfx/animationtemplate.h
index 48c20b9910..df94547411 100644
--- a/engines/sword25/gfx/animationtemplate.h
+++ b/engines/sword25/gfx/animationtemplate.h
@@ -123,7 +123,7 @@ public:
virtual bool Unpersist(BS_InputPersistenceBlock &Reader);
private:
- Common::Array<const Frame> m_Frames;
+ Common::Array<Frame> m_Frames;
BS_AnimationResource *m_SourceAnimationPtr;
bool m_Valid;