aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/video')
-rw-r--r--engines/wintermute/video/video_theora_player.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/video/video_theora_player.h b/engines/wintermute/video/video_theora_player.h
index fd1b7b94b3..593c1b9666 100644
--- a/engines/wintermute/video/video_theora_player.h
+++ b/engines/wintermute/video/video_theora_player.h
@@ -41,10 +41,10 @@ class BaseImage;
class VideoTheoraPlayer : public BaseClass {
private:
enum {
- THEORA_STATE_NONE = 0,
- THEORA_STATE_PLAYING = 1,
- THEORA_STATE_PAUSED = 2,
- THEORA_STATE_FINISHED = 3
+ THEORA_STATE_NONE = 0,
+ THEORA_STATE_PLAYING = 1,
+ THEORA_STATE_PAUSED = 2,
+ THEORA_STATE_FINISHED = 3
};
Video::VideoDecoder *_theoraDecoder;
Graphics::Surface _surface;