diff options
author | Matthew Hoops | 2015-04-11 15:31:20 -0400 |
---|---|---|
committer | Matthew Hoops | 2015-04-11 15:31:20 -0400 |
commit | 3323af355dd081428c114c4b15b4abc7307115c0 (patch) | |
tree | 3a0fd4f2cd702dcc7d81b96a748f1182fb39a55b /engines/mohawk | |
parent | a5992a08a02d86e33eb9c30dc8c6dd6fcb0bdf77 (diff) | |
download | scummvm-rg350-3323af355dd081428c114c4b15b4abc7307115c0.tar.gz scummvm-rg350-3323af355dd081428c114c4b15b4abc7307115c0.tar.bz2 scummvm-rg350-3323af355dd081428c114c4b15b4abc7307115c0.zip |
MOHAWK: Allow Myst to compile without RGB colors
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/configure.engine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/configure.engine b/engines/mohawk/configure.engine index fa9d15cffc..47402c4560 100644 --- a/engines/mohawk/configure.engine +++ b/engines/mohawk/configure.engine @@ -3,4 +3,4 @@ add_engine mohawk "Mohawk" yes "cstime myst riven" "Living Books" add_engine cstime "Where in Time is Carmen Sandiego?" no add_engine riven "Riven: The Sequel to Myst" no "" "" "16bit" -add_engine myst "Myst" no "" "" "16bit" +add_engine myst "Myst" no |