aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/movieplayer.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-29 19:55:03 +0000
committerEugene Sandulenko2010-10-12 21:47:48 +0000
commit7b964a2823406721ec1200938948c0cfcdb3f1b1 (patch)
tree7e8df662c0cfd14e81596401c4b9aabbfbc32636 /engines/sword25/fmv/movieplayer.cpp
parent221fc150c6418c3eda949c149b3f6997f06ee341 (diff)
downloadscummvm-rg350-7b964a2823406721ec1200938948c0cfcdb3f1b1.tar.gz
scummvm-rg350-7b964a2823406721ec1200938948c0cfcdb3f1b1.tar.bz2
scummvm-rg350-7b964a2823406721ec1200938948c0cfcdb3f1b1.zip
SWORD25: Make couple file compilable
svn-id: r53179
Diffstat (limited to 'engines/sword25/fmv/movieplayer.cpp')
-rwxr-xr-xengines/sword25/fmv/movieplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/fmv/movieplayer.cpp b/engines/sword25/fmv/movieplayer.cpp
index f7df544a48..a9aacc48fc 100755
--- a/engines/sword25/fmv/movieplayer.cpp
+++ b/engines/sword25/fmv/movieplayer.cpp
@@ -21,7 +21,7 @@
// Includes
// -----------------------------------------------------------------------------
-#include "movieplayer.h"
+#include "sword25/fmv/movieplayer.h"
#define BS_LOG_PREFIX "MOVIEPLAYER"