aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp4
-rw-r--r--base/plugins.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index fe785731bc..695ed6ede6 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -278,9 +278,11 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_KYRA
LINK_PLUGIN(KYRA)
#endif
+ #ifndef DISABLE_GOB
+ LINK_PLUGIN(GOB)
+ #endif
#endif
-
}
void PluginManager::unloadPlugins() {
diff --git a/base/plugins.h b/base/plugins.h
index d8276800c8..f9a5567834 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -155,5 +155,4 @@ public:
DetectedGameList detectGames(const FSList &fslist) const;
};
-
#endif