aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/text.cpp')
-rw-r--r--engines/agi/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/text.cpp b/engines/agi/text.cpp
index 8367929932..f7b4ef68df 100644
--- a/engines/agi/text.cpp
+++ b/engines/agi/text.cpp
@@ -155,7 +155,7 @@ void TextMgr::charAttrib_Set(byte foreground, byte background) {
} else {
// Graphics-mode:
switch (_vm->_renderMode) {
- case RENDERMODE_CGA:
+ case Common::kRenderCGA:
// CGA
if (background) {
_textAttrib.combinedForeground = 3;