aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/plugins.cpp3
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;
}