svn-id: r17269
This commit is contained in:
Travis Howell 2005-03-28 09:43:09 +00:00
parent dbfeb393aa
commit 26f4124873

View file

@ -254,7 +254,7 @@ void PluginManager::loadPlugins() {
// Iterate over all registered (static) plugins and load them. // Iterate over all registered (static) plugins and load them.
PluginRegistrator *plugin; PluginRegistrator *plugin;
#ifndef DISABLE_SIMON #ifndef DISABLE_SCUMM
LINK_PLUGIN(SCUMM) LINK_PLUGIN(SCUMM)
#endif #endif
#ifndef DISABLE_SKY #ifndef DISABLE_SKY