From d00e72e5c8ea70eb699f22a3f438ee90e18ee52d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 27 Apr 2007 14:50:27 +0000 Subject: Added the cruise engine to the list of plugins in plugins.cpp svn-id: r26607 --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base') 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; } -- cgit v1.2.3