diff options
author | Paul Gilbert | 2016-09-03 09:48:50 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-09-03 09:48:50 -0400 |
commit | 37178fab3cd52b3da8ef549e6dfcdd816b79d4fb (patch) | |
tree | 3972103f6f7fdbd617f1b359fe2fcaf5731b62b4 | |
parent | cad834a69c37de8d34505a0ac082ae7b92b7dcf3 (diff) | |
download | scummvm-rg350-37178fab3cd52b3da8ef549e6dfcdd816b79d4fb.tar.gz scummvm-rg350-37178fab3cd52b3da8ef549e6dfcdd816b79d4fb.tar.bz2 scummvm-rg350-37178fab3cd52b3da8ef549e6dfcdd816b79d4fb.zip |
TITANIC: Add MAD to the dependencies list for the engine
-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 daf4e6b388..1697a779c0 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 "" "" "16bit jpeg highres" +add_engine titanic "Starship Titanic" no "" "" "16bit jpeg highres mad" |