mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Added the cruise engine to the list of plugins in plugins.cpp
svn-id: r26607
This commit is contained in:
@@ -126,6 +126,9 @@ public:
|
||||
#ifndef DISABLE_PARALLACTION
|
||||
LINK_PLUGIN(PARALLACTION)
|
||||
#endif
|
||||
#ifndef DISABLE_CRUISE
|
||||
LINK_PLUGIN(CRUISE)
|
||||
#endif
|
||||
|
||||
return pl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user