aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-03-25 22:37:34 +0000
committerEugene Sandulenko2005-03-25 22:37:34 +0000
commitb2288005da85892bc22c663257dee0d8c51e1586 (patch)
tree5f2f09cd0e2045ca5aac0248074d06d0e87627ad /base/plugins.cpp
parent1805fe768632aaf6d838b029fe60e736345a70c5 (diff)
downloadscummvm-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
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp2
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