From fd411dbc8449c3d3d4977220c91fdb2b35f75611 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 10 Sep 2016 20:37:03 +0200 Subject: DM: Fix compilation --- engines/dm/timeline.h | 2 -- 1 file changed, 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 -- cgit v1.2.3