aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-06-06 21:41:22 +0000
committerSven Hesse2009-06-06 21:41:22 +0000
commitebc9e38ed04a344e8b4438b120916f7dba809ef5 (patch)
treefdbd2671bcd476be113c4d3cba9f1b013573e1a6 /engines/gob/videoplayer.cpp
parent3d3da173b05a6a45ea909aca790bd04c2286dd88 (diff)
downloadscummvm-rg350-ebc9e38ed04a344e8b4438b120916f7dba809ef5.tar.gz
scummvm-rg350-ebc9e38ed04a344e8b4438b120916f7dba809ef5.tar.bz2
scummvm-rg350-ebc9e38ed04a344e8b4438b120916f7dba809ef5.zip
Fixing the Woodruff intro: Using a flag that's /not/ already used be the scripts
svn-id: r41306
Diffstat (limited to 'engines/gob/videoplayer.cpp')
-rw-r--r--engines/gob/videoplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp
index fccda1a859..514d4bf71b 100644
--- a/engines/gob/videoplayer.cpp
+++ b/engines/gob/videoplayer.cpp
@@ -227,7 +227,7 @@ bool VideoPlayer::findFile(char *fileName, Type &which) {
}
bool VideoPlayer::primaryOpen(const char *videoFile, int16 x, int16 y,
- int16 flags, Type which) {
+ int32 flags, Type which) {
char fileName[256];