diff options
author | Paul Gilbert | 2016-08-05 19:19:45 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-08-05 19:19:45 -0400 |
commit | dbee76236e9519932b14fb4aea81a07e86100309 (patch) | |
tree | 99683342389705019cd5a402aedc6368a2a76ced | |
parent | b312c8fe9d5fd55188e2aa8910f5a5eff78b8def (diff) | |
download | scummvm-rg350-dbee76236e9519932b14fb4aea81a07e86100309.tar.gz scummvm-rg350-dbee76236e9519932b14fb4aea81a07e86100309.tar.bz2 scummvm-rg350-dbee76236e9519932b14fb4aea81a07e86100309.zip |
IMAGE: Add titanic to list of engines using TGA decoder
-rw-r--r-- | image/tga.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/image/tga.h b/image/tga.h index 677c17834f..ef897becdd 100644 --- a/image/tga.h +++ b/image/tga.h @@ -26,6 +26,7 @@ /* * TGA decoder used in engines: + * - titanic * - wintermute * - zvision */ |