aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index 2e1d4bf0c2..3a0d35de56 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -133,8 +133,8 @@ int LureEngine::go() {
if (ConfMan.getInt("boot_param") == 0) {
// Show the introduction
Sound.loadSection(Sound.isRoland() ? ROLAND_INTRO_SOUND_RESOURCE_ID : ADLIB_INTRO_SOUND_RESOURCE_ID);
- Introduction *intro = new Introduction(*_screen, *_system);
+ Introduction *intro = new Introduction();
intro->show();
delete intro;
}