aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationdescription.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/animationdescription.h')
-rw-r--r--engines/sword25/gfx/animationdescription.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sword25/gfx/animationdescription.h b/engines/sword25/gfx/animationdescription.h
index 3ac441a767..2fab8287c7 100644
--- a/engines/sword25/gfx/animationdescription.h
+++ b/engines/sword25/gfx/animationdescription.h
@@ -49,7 +49,7 @@ namespace Sword25 {
// Klassendefinition
// -----------------------------------------------------------------------------
-class AnimationDescription : public BS_Persistable {
+class AnimationDescription : public Persistable {
protected:
AnimationDescription() :
m_AnimationType(Animation::AT_LOOP),
@@ -102,8 +102,8 @@ public:
return m_ColorModulationAllowed;
}
- virtual bool Persist(BS_OutputPersistenceBlock &Writer);
- virtual bool Unpersist(BS_InputPersistenceBlock &Reader);
+ virtual bool Persist(OutputPersistenceBlock &Writer);
+ virtual bool Unpersist(InputPersistenceBlock &Reader);
protected:
Animation::ANIMATION_TYPES m_AnimationType;