aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.h
diff options
context:
space:
mode:
authorSven Hesse2011-02-02 16:48:46 +0000
committerSven Hesse2011-02-02 16:48:46 +0000
commit113d5a5a9a633c7218b72328c4ad892a015fbed6 (patch)
treeb9462b8f846a30750dbde3eb0f29eab21e399e81 /engines/gob/video.h
parent076b9c9e534a1c83969a44d6893e56deffb4b6c1 (diff)
downloadscummvm-rg350-113d5a5a9a633c7218b72328c4ad892a015fbed6.tar.gz
scummvm-rg350-113d5a5a9a633c7218b72328c4ad892a015fbed6.tar.bz2
scummvm-rg350-113d5a5a9a633c7218b72328c4ad892a015fbed6.zip
GOB: Make flags optional in Video::initSurfDesc
svn-id: r55728
Diffstat (limited to 'engines/gob/video.h')
-rw-r--r--engines/gob/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index 834582e026..8828b666b3 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -108,7 +108,7 @@ public:
int16 _screenDeltaY;
void initPrimary(int16 mode);
- SurfacePtr initSurfDesc(int16 width, int16 height, int16 flags);
+ SurfacePtr initSurfDesc(int16 width, int16 height, int16 flags = 0);
void setSize(bool defaultTo1XScaler);