diff options
author | Eugene Sandulenko | 2005-03-25 22:37:34 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-03-25 22:37:34 +0000 |
commit | b2288005da85892bc22c663257dee0d8c51e1586 (patch) | |
tree | 5f2f09cd0e2045ca5aac0248074d06d0e87627ad | |
parent | 1805fe768632aaf6d838b029fe60e736345a70c5 (diff) | |
download | scummvm-rg350-b2288005da85892bc22c663257dee0d8c51e1586.tar.gz scummvm-rg350-b2288005da85892bc22c663257dee0d8c51e1586.tar.bz2 scummvm-rg350-b2288005da85892bc22c663257dee0d8c51e1586.zip |
Enable kyra engine in static builds. Maybe someone will work on it :)
svn-id: r17234
-rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 6f2fefb8a2..f4f3d97332 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -276,7 +276,7 @@ void PluginManager::loadPlugins() { LINK_PLUGIN(SAGA) #endif #ifndef DISABLE_KYRA - //LINK_PLUGIN(KYRA) + LINK_PLUGIN(KYRA) #endif #endif |