diff options
author | uruk | 2014-08-11 15:13:24 +0200 |
---|---|---|
committer | uruk | 2014-08-11 15:13:24 +0200 |
commit | eb13d6ece1fe580a573896127eb390728e7be47a (patch) | |
tree | de99b89e6365a73e51f92b19b57491d97a6f44cb /engines | |
parent | 411e8ac5c8609631ba5e2a78d3603c32fc974e18 (diff) | |
download | scummvm-rg350-eb13d6ece1fe580a573896127eb390728e7be47a.tar.gz scummvm-rg350-eb13d6ece1fe580a573896127eb390728e7be47a.tar.bz2 scummvm-rg350-eb13d6ece1fe580a573896127eb390728e7be47a.zip |
CGE2: Add necessary tabs in detection.cpp.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index 1f0b67c495..4acef7da36 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -74,7 +74,7 @@ const ADGameDescription *CGE2MetaEngine::fallbackDetect(const FileMap &allFiles, } // End of namespace CGE2 #if PLUGIN_ENABLED_DYNAMIC(CGE2) -REGISTER_PLUGIN_DYNAMIC(CGE2, PLUGIN_TYPE_ENGINE, CGE2::CGE2MetaEngine); + REGISTER_PLUGIN_DYNAMIC(CGE2, PLUGIN_TYPE_ENGINE, CGE2::CGE2MetaEngine); #else -REGISTER_PLUGIN_STATIC(CGE2, PLUGIN_TYPE_ENGINE, CGE2::CGE2MetaEngine); + REGISTER_PLUGIN_STATIC(CGE2, PLUGIN_TYPE_ENGINE, CGE2::CGE2MetaEngine); #endif |