diff options
author | lolbot-iichan | 2018-08-27 00:48:17 +0300 |
---|---|---|
committer | Filippos Karapetis | 2020-01-11 18:05:39 +0200 |
commit | a2f25f301e09a4b639e9bc978ce9377deda3d360 (patch) | |
tree | b73013213e7c846c014e7e158e4ea5ca82bc4368 /engines | |
parent | 97c3ac5c2c92cd452bcfc905d1f56b20445dee84 (diff) | |
download | scummvm-rg350-a2f25f301e09a4b639e9bc978ce9377deda3d360.tar.gz scummvm-rg350-a2f25f301e09a4b639e9bc978ce9377deda3d360.tar.bz2 scummvm-rg350-a2f25f301e09a4b639e9bc978ce9377deda3d360.zip |
WINTERMUTE: Add FoxTail subengine
FoxTail is a point-and-click adventure game by Gingertips Game Studio, featuring extended and hacked WinterMute engine fork.
Most features are added by introducing new API methods and properties, but some are just hardcoded to be different from normal WME stuff.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/configure.engine | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/wintermute/configure.engine b/engines/wintermute/configure.engine index 68049684a3..c825845f50 100644 --- a/engines/wintermute/configure.engine +++ b/engines/wintermute/configure.engine @@ -1,3 +1,4 @@ # This file is included from the main "configure" script # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] -add_engine wintermute "Wintermute" yes "" "" "zlib 16bit highres jpeg png" +add_engine wintermute "Wintermute" yes "foxtail" "" "zlib 16bit highres jpeg png" +add_engine foxtail "FoxTail" yes |