aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index 007f22c3fe..e2c8923645 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -105,6 +105,7 @@ public:
static const Thing _party; // @ C0xFFFF_THING_PARTY
Thing() : _data(0) {}
+ Thing(const Thing &other) { set(other._data); }
explicit Thing(uint16 d) { set(d); }
void set(uint16 d) {