diff options
author | Filippos Karapetis | 2007-04-27 14:50:27 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-04-27 14:50:27 +0000 |
commit | d00e72e5c8ea70eb699f22a3f438ee90e18ee52d (patch) | |
tree | cfe5f772b50bf8dffc3bd5d82fafe1826f609a8a | |
parent | bebf5e585271ffcbf87f6a8d6269cde20cc24f7c (diff) | |
download | scummvm-rg350-d00e72e5c8ea70eb699f22a3f438ee90e18ee52d.tar.gz scummvm-rg350-d00e72e5c8ea70eb699f22a3f438ee90e18ee52d.tar.bz2 scummvm-rg350-d00e72e5c8ea70eb699f22a3f438ee90e18ee52d.zip |
Added the cruise engine to the list of plugins in plugins.cpp
svn-id: r26607
-rw-r--r-- | base/plugins.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 7734e2c5f3..23889242f2 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -126,6 +126,9 @@ public: #ifndef DISABLE_PARALLACTION LINK_PLUGIN(PARALLACTION) #endif + #ifndef DISABLE_CRUISE + LINK_PLUGIN(CRUISE) + #endif return pl; } |