diff options
author | Johannes Schickel | 2010-09-17 20:02:29 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-09-17 20:02:29 +0000 |
commit | d477d66f49fb37609b6a989425603d470cb09245 (patch) | |
tree | 7ca90b4e6139eb8ac08e771e8d085f046fdb8c3f /base | |
parent | cc764cb8ec130060aa97b7bec738c2da8a5089cf (diff) | |
download | scummvm-rg350-d477d66f49fb37609b6a989425603d470cb09245.tar.gz scummvm-rg350-d477d66f49fb37609b6a989425603d470cb09245.tar.bz2 scummvm-rg350-d477d66f49fb37609b6a989425603d470cb09245.zip |
SOUND: Properly add CMS as plugin.
svn-id: r52779
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index f5e51f3228..ab660488d3 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -206,6 +206,7 @@ public: LINK_PLUGIN(ADLIB) LINK_PLUGIN(PCSPK) LINK_PLUGIN(PCJR) + LINK_PLUGIN(CMS) #ifndef DISABLE_SID LINK_PLUGIN(C64) #endif |