aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-25 21:21:55 +0200
committerEinar Johan Trøan Sømåen2012-07-25 21:21:55 +0200
commit1ad859a468415cc7fd93adaa84beba02aae29ad8 (patch)
treed3b9cf40682b1bc4e29beca6a105cac85d1b30b2 /engines/wintermute/video/video_theora_player.cpp
parentfa96c9ea187cdb26e9f1ce048c9132f723e25df1 (diff)
downloadscummvm-rg350-1ad859a468415cc7fd93adaa84beba02aae29ad8.tar.gz
scummvm-rg350-1ad859a468415cc7fd93adaa84beba02aae29ad8.tar.bz2
scummvm-rg350-1ad859a468415cc7fd93adaa84beba02aae29ad8.zip
WINTERMUTE: "if(" -> "if ("
Diffstat (limited to 'engines/wintermute/video/video_theora_player.cpp')
-rw-r--r--engines/wintermute/video/video_theora_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_theora_player.cpp b/engines/wintermute/video/video_theora_player.cpp
index 97fba01201..91703e40b7 100644
--- a/engines/wintermute/video/video_theora_player.cpp
+++ b/engines/wintermute/video/video_theora_player.cpp
@@ -547,7 +547,7 @@ bool VideoTheoraPlayer::update() {
// If playback has begun, top audio buffer off immediately.
- //if(m_Sound) WriteAudio();
+ //if (m_Sound) WriteAudio();
// are we at or past time for this video frame?
if (m_PlaybackStarted && m_VideoFrameReady && (!m_FrameRendered || m_VideobufTime <= GetMovieTime())) {