aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/detection.cpp
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-05-26 18:18:38 +0000
committerJordi Vilalta Prat2008-05-26 18:18:38 +0000
commitc6e29f4e4d6185af8e1f40d0d8a8ff2f7dec5ed6 (patch)
tree49587c0f0464f11f638023cf0c73962c51a992e9 /engines/drascula/detection.cpp
parent6d6d634db180aa7cfa893b9c68d94f7f5a9787b9 (diff)
downloadscummvm-rg350-c6e29f4e4d6185af8e1f40d0d8a8ff2f7dec5ed6.tar.gz
scummvm-rg350-c6e29f4e4d6185af8e1f40d0d8a8ff2f7dec5ed6.tar.bz2
scummvm-rg350-c6e29f4e4d6185af8e1f40d0d8a8ff2f7dec5ed6.zip
Disable Drascula's and MADE's dummy fallbackDetect.
svn-id: r32297
Diffstat (limited to 'engines/drascula/detection.cpp')
-rw-r--r--engines/drascula/detection.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index a75da3b5cb..b3d8d964c8 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -234,7 +234,8 @@ const Common::ADGameDescription *DrasculaMetaEngine::fallbackDetect(const FSList
Drascula::g_fallbackDesc.features = 0;
Drascula::g_fallbackDesc.version = 0;
- return (const Common::ADGameDescription *)&Drascula::g_fallbackDesc;
+ //return (const Common::ADGameDescription *)&Drascula::g_fallbackDesc;
+ return NULL;
}
#if PLUGIN_ENABLED_DYNAMIC(DRASCULA)