aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index da2eef65e0..8e53334a88 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -800,7 +800,7 @@ void ScummEngine_v70he::o70_kernelSetFunctions() {
break;
case 23:
_charset->clearCharsetMask();
- _fullRedraw = 1;
+ _fullRedraw = true;
break;
case 24:
_skipProcessActors = 1;