diff options
author | Paul Gilbert | 2016-09-02 23:56:44 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-09-02 23:56:44 -0400 |
commit | 4d11f2fbf0fb9826723f043574aafe909bca7b45 (patch) | |
tree | 65e38811f4c7061610219b6afa407c3f10df5040 | |
parent | d7e52b4b50c1fa192d25e094f0a5f9ad6e8caadf (diff) | |
download | scummvm-rg350-4d11f2fbf0fb9826723f043574aafe909bca7b45.tar.gz scummvm-rg350-4d11f2fbf0fb9826723f043574aafe909bca7b45.tar.bz2 scummvm-rg350-4d11f2fbf0fb9826723f043574aafe909bca7b45.zip |
AUDIO: Add Titanic to list of engines using MP3 decoder
-rw-r--r-- | audio/decoders/mp3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/decoders/mp3.h b/audio/decoders/mp3.h index 709aad82b9..d60225d054 100644 --- a/audio/decoders/mp3.h +++ b/audio/decoders/mp3.h @@ -33,6 +33,7 @@ * - scumm * - sword1 * - sword2 + * - titanic * - touche * - tucker */ |