aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/console.cpp')
-rw-r--r--engines/sci/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index fc49e2de22..0aefbadda6 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -216,7 +216,7 @@ void Console::postEnter() {
_vm->_gamestate->_gui->hideCursor();
if (_videoFile.hasSuffix(".seq")) {
- Graphics::SeqDecoder *seqDecoder = new Graphics::SeqDecoder();
+ SeqDecoder *seqDecoder = new SeqDecoder();
Graphics::VideoPlayer *player = new Graphics::VideoPlayer(seqDecoder);
if (seqDecoder->loadFile(_videoFile.c_str(), _videoFrameDelay))
player->playVideo();