aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl_v5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl_v5.cpp')
-rw-r--r--engines/adl/adl_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/adl_v5.cpp b/engines/adl/adl_v5.cpp
index b797e73901..9a970d9fdc 100644
--- a/engines/adl/adl_v5.cpp
+++ b/engines/adl/adl_v5.cpp
@@ -123,7 +123,7 @@ int AdlEngine_v5::o_setTextMode(ScriptEnv &e) {
return 1;
case 2:
_textMode = true;
- _display->setMode(DISPLAY_MODE_TEXT);
+ _display->setMode(Display::kModeText);
_display->home();
_maxLines = 24;
_linesPrinted = 0;