Added the cruise engine to the list of plugins in plugins.cpp
svn-id: r26607
This commit is contained in:
parent
bebf5e5852
commit
d00e72e5c8
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ public:
|
|||
#ifndef DISABLE_PARALLACTION
|
||||
LINK_PLUGIN(PARALLACTION)
|
||||
#endif
|
||||
#ifndef DISABLE_CRUISE
|
||||
LINK_PLUGIN(CRUISE)
|
||||
#endif
|
||||
|
||||
return pl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue