Skip to content

Commit

Permalink
AGS: Have fallback detection as kPlatformUnknown
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Feb 10, 2021
1 parent 58e7616 commit 43ca0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/ags/detection.cpp
Expand Up @@ -67,7 +67,7 @@ AGSMetaEngineDetection::AGSMetaEngineDetection() : AdvancedMetaEngineDetection(A
ADDetectedGame AGSMetaEngineDetection::fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const {
// Set the default values for the fallback descriptor's ADGameDescription part.
AGS::g_fallbackDesc.desc.language = Common::UNK_LANG;
AGS::g_fallbackDesc.desc.platform = Common::kPlatformDOS;
AGS::g_fallbackDesc.desc.platform = Common::kPlatformUnknown;
AGS::g_fallbackDesc.desc.flags = ADGF_NO_FLAGS;

// FIXME: Hack to return match without checking for game data,
Expand Down

0 comments on commit 43ca0f1

Please sign in to comment.