aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.h
diff options
context:
space:
mode:
authorTobia Tesan2014-02-20 20:00:14 +0100
committerTobia Tesan2014-10-15 21:36:46 +0200
commit4742acf9395d069d8e9ee1752c3f8f09c1034b08 (patch)
tree4b61bd92e8ac7535364f91929a72cfebd9c5900f /engines/wintermute/video/video_theora_player.h
parent1a571d9611ea21040f7b5ff971fcd7b70580a025 (diff)
downloadscummvm-rg350-4742acf9395d069d8e9ee1752c3f8f09c1034b08.tar.gz
scummvm-rg350-4742acf9395d069d8e9ee1752c3f8f09c1034b08.tar.bz2
scummvm-rg350-4742acf9395d069d8e9ee1752c3f8f09c1034b08.zip
WINTERMUTE: Rename VideoTheoraPlayer->_subtitles to _foundSubtitles for clarity
Diffstat (limited to 'engines/wintermute/video/video_theora_player.h')
-rw-r--r--engines/wintermute/video/video_theora_player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_theora_player.h b/engines/wintermute/video/video_theora_player.h
index 48f75efd20..0b9b3d487a 100644
--- a/engines/wintermute/video/video_theora_player.h
+++ b/engines/wintermute/video/video_theora_player.h
@@ -138,7 +138,7 @@ private:
bool _playbackStarted;
- bool _subtitles;
+ bool _foundSubtitles;
// helpers
void SetDefaults();