aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBLooperZ2019-10-14 21:23:46 +0300
committerEugene Sandulenko2019-11-18 02:02:14 +0100
commita81b47633e2cf1bb7de5d82a012dcd2c04dc3903 (patch)
tree425a3f0d047f77fa800b3a5ef22519c1b4c265a7 /engines
parent656246d50d1dabb13b6a1b123a58c06ef8c18524 (diff)
downloadscummvm-rg350-a81b47633e2cf1bb7de5d82a012dcd2c04dc3903.tar.gz
scummvm-rg350-a81b47633e2cf1bb7de5d82a012dcd2c04dc3903.tar.bz2
scummvm-rg350-a81b47633e2cf1bb7de5d82a012dcd2c04dc3903.zip
TOON: comment out non-warning
Diffstat (limited to 'engines')
-rw-r--r--engines/toon/subtitles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/subtitles.cpp b/engines/toon/subtitles.cpp
index 5861b6cb34..7fb58458a6 100644
--- a/engines/toon/subtitles.cpp
+++ b/engines/toon/subtitles.cpp
@@ -65,7 +65,7 @@ void SubtitleRenderer::render(const Graphics::Surface &frame, uint32 frameNumber
}
bool SubtitleRenderer::load(const Common::String &video) {
- warning(video.c_str());
+ // warning(video.c_str());
_hasSubtitles = false;
_index = 0;