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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/gfx/animationdescription.h b/engines/sword25/gfx/animationdescription.h
index db30b54149..e6cb578d2d 100644
--- a/engines/sword25/gfx/animationdescription.h
+++ b/engines/sword25/gfx/animationdescription.h
@@ -69,8 +69,8 @@ public:
int HotspotY;
bool FlipV;
bool FlipH;
- std::string FileName;
- std::string Action;
+ Common::String FileName;
+ Common::String Action;
};
// -----------------------------------------------------------------------------