diff options
author | Paul Gilbert | 2016-07-24 15:20:49 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-24 15:20:49 -0400 |
commit | d1880452b52c75bd5bc9b4d20e4890ccc4bb0dba (patch) | |
tree | 8fa46f39516b0e70de35584edff335524c7b2ce9 /engines | |
parent | fd316a60589f07ac75cfdf1b56188d9d464336bd (diff) | |
download | scummvm-rg350-d1880452b52c75bd5bc9b4d20e4890ccc4bb0dba.tar.gz scummvm-rg350-d1880452b52c75bd5bc9b4d20e4890ccc4bb0dba.tar.bz2 scummvm-rg350-d1880452b52c75bd5bc9b4d20e4890ccc4bb0dba.zip |
TITANIC: Added 16bit requirement to configure.engine
Diffstat (limited to 'engines')
-rw-r--r-- | engines/titanic/configure.engine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/configure.engine b/engines/titanic/configure.engine index c73bb19f97..daf4e6b388 100644 --- a/engines/titanic/configure.engine +++ b/engines/titanic/configure.engine @@ -1,3 +1,3 @@ # This file is included from the main "configure" script # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] -add_engine titanic "Starship Titanic" no "" "" "jpeg highres" +add_engine titanic "Starship Titanic" no "" "" "16bit jpeg highres" |