Skip to content

Commit

Permalink
GNAP: Enable engine for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Oct 7, 2016
1 parent 0cd74b1 commit ccdb0e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion engines/gnap/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 gnap "UFOs" no "" "" "highres"
add_engine gnap "UFOs" yes "" "" "highres"
8 changes: 4 additions & 4 deletions engines/gnap/detection.cpp
Expand Up @@ -43,31 +43,31 @@ static const ADGameDescription gameDescriptions[] = {
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12515823},
AD_LISTEND
},
Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
},
{
"gnap", "",
{
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 13497301},
AD_LISTEND
},
Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
},
{
"gnap", "",
{
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12995485},
AD_LISTEND
},
Common::RU_RUS, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
},
{
"gnap", "Fargus",
{
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12847726},
AD_LISTEND
},
Common::RU_RUS, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0()
},

AD_TABLE_END_MARKER
Expand Down

0 comments on commit ccdb0e2

Please sign in to comment.