diff options
author | BLooperZ | 2019-10-14 21:23:46 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-18 02:02:14 +0100 |
commit | a81b47633e2cf1bb7de5d82a012dcd2c04dc3903 (patch) | |
tree | 425a3f0d047f77fa800b3a5ef22519c1b4c265a7 | |
parent | 656246d50d1dabb13b6a1b123a58c06ef8c18524 (diff) | |
download | scummvm-rg350-a81b47633e2cf1bb7de5d82a012dcd2c04dc3903.tar.gz scummvm-rg350-a81b47633e2cf1bb7de5d82a012dcd2c04dc3903.tar.bz2 scummvm-rg350-a81b47633e2cf1bb7de5d82a012dcd2c04dc3903.zip |
TOON: comment out non-warning
-rw-r--r-- | engines/toon/subtitles.cpp | 2 |
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; |