aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-13 18:15:41 +0100
committerEugene Sandulenko2016-12-13 18:15:41 +0100
commita62d29ab86b6c149051296adeb5c2be3812daac0 (patch)
tree6ff56cbb694abd02259dc917cdce32036468a4cf /engines/fullpipe/gfx.h
parentd239461726fdad7441056c3c037b82fc1af36414 (diff)
downloadscummvm-rg350-a62d29ab86b6c149051296adeb5c2be3812daac0.tar.gz
scummvm-rg350-a62d29ab86b6c149051296adeb5c2be3812daac0.tar.bz2
scummvm-rg350-a62d29ab86b6c149051296adeb5c2be3812daac0.zip
FULLPIPE: Revert memory leak fixing as that introduced tons of regressions
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index f8396c98cf..566586fb48 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -40,7 +40,6 @@ struct Bitmap {
int _flags;
Graphics::TransparentSurface *_surface;
int _flipping;
- bool _skipDelete;
Bitmap();
Bitmap(Bitmap *src);