aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/movieplayer.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-01-30 20:34:47 +0000
committerFilippos Karapetis2011-01-30 20:34:47 +0000
commit2e42c2d11d27ae51431a7c287fab061fca38e23c (patch)
tree67e3b4ae9d7313e0a26a2ba2fe3cfb645807c933 /engines/sword25/fmv/movieplayer.h
parent5257d91e99775c583f998a2508011ebd4a372fec (diff)
downloadscummvm-rg350-2e42c2d11d27ae51431a7c287fab061fca38e23c.tar.gz
scummvm-rg350-2e42c2d11d27ae51431a7c287fab061fca38e23c.tar.bz2
scummvm-rg350-2e42c2d11d27ae51431a7c287fab061fca38e23c.zip
SWORD25: Some translations, and a bugfix. Disabled a hack.
Translated some comments, and pushed the indirect rendering define to the header file, so that the engine won't try and update the screen with direct movie rendering. Also, the thumbnail hack has been disabled, as it doesn't really work (at least not for me: all the thumbnails are gray) svn-id: r55663
Diffstat (limited to 'engines/sword25/fmv/movieplayer.h')
-rw-r--r--engines/sword25/fmv/movieplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sword25/fmv/movieplayer.h b/engines/sword25/fmv/movieplayer.h
index 350407cea5..df0792c8a8 100644
--- a/engines/sword25/fmv/movieplayer.h
+++ b/engines/sword25/fmv/movieplayer.h
@@ -45,6 +45,8 @@
#include "sword25/fmv/theora_decoder.h"
#endif
+#define THEORA_INDIRECT_RENDERING
+
namespace Sword25 {
class MoviePlayer : public Service {