diff --git a/base/plugins.cpp b/base/plugins.cpp index f4f3d97332c..fe785731bc5 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -254,7 +254,7 @@ void PluginManager::loadPlugins() { // Iterate over all registered (static) plugins and load them. PluginRegistrator *plugin; - #ifndef DISABLE_SIMON + #ifndef DISABLE_SCUMM LINK_PLUGIN(SCUMM) #endif #ifndef DISABLE_SKY