diff options
| author | BLooperZ | 2019-11-08 00:42:58 +0200 |
|---|---|---|
| committer | Eugene Sandulenko | 2019-11-18 02:02:14 +0100 |
| commit | 47462e9810b19809688a2b26fb3a4043da20a802 (patch) | |
| tree | df91ef8c32a11efd5c64899540a00258277449fa /engines/toon | |
| parent | 32b9b7226ca35eb2b47ff0a030472f78640101cd (diff) | |
| download | scummvm-rg350-47462e9810b19809688a2b26fb3a4043da20a802.tar.gz scummvm-rg350-47462e9810b19809688a2b26fb3a4043da20a802.tar.bz2 scummvm-rg350-47462e9810b19809688a2b26fb3a4043da20a802.zip | |
TOON: formatting
Diffstat (limited to 'engines/toon')
| -rw-r--r-- | engines/toon/subtitles.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/toon/subtitles.cpp b/engines/toon/subtitles.cpp index f3205ed8f8..2d77b563cd 100644 --- a/engines/toon/subtitles.cpp +++ b/engines/toon/subtitles.cpp @@ -72,8 +72,7 @@ bool SubtitleRenderer::load(const Common::String &video) { Common::String ext("tss"); subfile.replace(subfile.size() - ext.size(), ext.size(), ext); - Common::SeekableReadStream *file; - file = _vm->resources()->openFile(subfile); + Common::SeekableReadStream *file = _vm->resources()->openFile(subfile); if (!file) { return false; } |
