aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorNicola Mettifogo2010-04-27 08:59:13 +0000
committerNicola Mettifogo2010-04-27 08:59:13 +0000
commit498d8000ca6869e6fae2678b4ff61f21c0cea1b8 (patch)
treeb2639c2dffcf0e7e9e85d02779c1f1da89ca7d33 /engines/parallaction/objects.h
parent7c26675ec11018f4efa72607337dd6a9eae4dac1 (diff)
downloadscummvm-rg350-498d8000ca6869e6fae2678b4ff61f21c0cea1b8.tar.gz
scummvm-rg350-498d8000ca6869e6fae2678b4ff61f21c0cea1b8.tar.bz2
scummvm-rg350-498d8000ca6869e6fae2678b4ff61f21c0cea1b8.zip
Fix bug 2969257 (labels) and hopefully plug all the leaks.
svn-id: r48811
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 6e4d4439bb..f84c930241 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -272,7 +272,7 @@ public:
uint32 _type;
uint32 _flags;
- uint _label;
+ GfxObj *_label;
TypeData u;
CommandList _commands;