aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/hires6.cpp')
-rw-r--r--engines/adl/hires6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/hires6.cpp b/engines/adl/hires6.cpp
index c07493f5bd..77b0cb64ee 100644
--- a/engines/adl/hires6.cpp
+++ b/engines/adl/hires6.cpp
@@ -335,7 +335,7 @@ void HiRes6Engine::showRoom() {
if (getVar(26) < 0x80 && getCurRoom().isFirstTime)
setVar(26, 0);
- clearScreen();
+ _graphics->clearScreen();
if (!_state.isDark)
redrawPic = true;