aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-27 16:17:20 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit2cd9c90e17b1ac5b22dce45bbb44fcdd05ea9d17 (patch)
treef045534e81c0ddfb1bd0519287621ce24fa6b4de /engines/dm/dm.h
parent2cb7938c52147966e81bc0803e5a0f68cfef551c (diff)
downloadscummvm-rg350-2cd9c90e17b1ac5b22dce45bbb44fcdd05ea9d17.tar.gz
scummvm-rg350-2cd9c90e17b1ac5b22dce45bbb44fcdd05ea9d17.tar.bz2
scummvm-rg350-2cd9c90e17b1ac5b22dce45bbb44fcdd05ea9d17.zip
DM: Revert from using DisplayMan::_bitmaps directly
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) {