diff options
author | Eugene Sandulenko | 2016-09-10 20:37:03 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-09-10 20:37:03 +0200 |
commit | fd411dbc8449c3d3d4977220c91fdb2b35f75611 (patch) | |
tree | 97f6392e1e8185e1187068e68f221d1ad2a8c520 /engines | |
parent | b7a8242b9b453d3e965f3d1d085c7456025ac8f8 (diff) | |
download | scummvm-rg350-fd411dbc8449c3d3d4977220c91fdb2b35f75611.tar.gz scummvm-rg350-fd411dbc8449c3d3d4977220c91fdb2b35f75611.tar.bz2 scummvm-rg350-fd411dbc8449c3d3d4977220c91fdb2b35f75611.zip |
DM: Fix compilation
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dm/timeline.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/dm/timeline.h b/engines/dm/timeline.h index 727ed14c8f..b1287445c1 100644 --- a/engines/dm/timeline.h +++ b/engines/dm/timeline.h @@ -116,7 +116,6 @@ public: int16 _lightPower; uint16 _slot; // Thing int16 _slotOrdinal; - B_unionTimelineEvent() {} } _B; int16 getMapXY() { return (_B._location._mapX << 8) + _B._location._mapY; } @@ -143,7 +142,6 @@ public: uint16 _slot; int16 _soundIndex; byte _ticks; - C_uionTimelineEvent() {} } _C; }; // @ EVENT |