From 510c6f9595d88b6a768828645833607a2fdcaf07 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 6 Aug 2005 14:34:40 +0000 Subject: Cleanup. svn-id: r18621 --- scumm/script_v7he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v7he.cpp') 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; -- cgit v1.2.3