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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index 15e290a07a..a2c94b5878 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -219,7 +219,7 @@ void Console::postEnter() {
_engine->_gamestate->_soundCmd->pauseAll(false);
if (!_videoFile.empty()) {
- _engine->_gamestate->_gui->hideCursor();
+ _engine->_gamestate->_gfxCursor->kernelHide();
if (_videoFile.hasSuffix(".seq")) {
SeqDecoder *seqDecoder = new SeqDecoder();
@@ -255,7 +255,7 @@ void Console::postEnter() {
#endif
}
- _engine->_gamestate->_gui->showCursor();
+ _engine->_gamestate->_gfxCursor->kernelShow();
_videoFile.clear();
_videoFrameDelay = 0;