Added the cruise engine to the list of plugins in plugins.cpp

svn-id: r26607
This commit is contained in:
Filippos Karapetis 2007-04-27 14:50:27 +00:00
parent bebf5e5852
commit d00e72e5c8

View File

@ -126,6 +126,9 @@ public:
#ifndef DISABLE_PARALLACTION
LINK_PLUGIN(PARALLACTION)
#endif
#ifndef DISABLE_CRUISE
LINK_PLUGIN(CRUISE)
#endif
return pl;
}