aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-06-17 14:07:19 +0300
committerEugene Sandulenko2014-06-17 14:07:19 +0300
commit343910d3ce604149fa885dd562a113da7bbd05c8 (patch)
treef7d3149e4567757beccb8086c38d2b57ec70d99f /engines/fullpipe/gfx.h
parent8738d55b049c996578749010bfca33985e4da4aa (diff)
downloadscummvm-rg350-343910d3ce604149fa885dd562a113da7bbd05c8.tar.gz
scummvm-rg350-343910d3ce604149fa885dd562a113da7bbd05c8.tar.bz2
scummvm-rg350-343910d3ce604149fa885dd562a113da7bbd05c8.zip
FULLPIPE: Switch graphics to TransparentSurface
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index ddf153e14e..48c90a6c31 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -38,7 +38,7 @@ struct Bitmap {
int _type;
int _dataSize;
int _flags;
- Graphics::Surface *_surface;
+ Graphics::TransparentSurface *_surface;
Bitmap();
Bitmap(Bitmap *src);