aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorNicola Mettifogo2009-03-29 13:56:16 +0000
committerNicola Mettifogo2009-03-29 13:56:16 +0000
commit666f0720ab801e8e9df4a8e65f452044b110f7b2 (patch)
tree92ab19ec096d2335463e6545ee8ca215f8e5b451 /engines/parallaction/objects.h
parent340b0e632eabec16a9ee07545bc57b9ca6f78660 (diff)
downloadscummvm-rg350-666f0720ab801e8e9df4a8e65f452044b110f7b2.tar.gz
scummvm-rg350-666f0720ab801e8e9df4a8e65f452044b110f7b2.tar.bz2
scummvm-rg350-666f0720ab801e8e9df4a8e65f452044b110f7b2.zip
(Re)link bounding animations after location has been completely parsed. This avoids problems due to forward references.
svn-id: r39740
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 4c02d94334..c6ebeb7850 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -281,7 +281,7 @@ public:
// BRA specific
uint _index;
uint _locationIndex;
- char *_linkedName;
+ Common::String _linkedName;
AnimationPtr _linkedAnim;
Zone();