diff options
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r-- | scumm/script_v7he.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 3afaacb5e4..12ef2b9452 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -748,11 +748,11 @@ void ScummEngine_v70he::o70_kernelSetFunctions() { break; case 24: _skipProcessActors = 1; - _fullRedraw = 1; + redrawAllActors(); break; case 25: _skipProcessActors = 0; - _fullRedraw = 1; + redrawAllActors(); break; case 30: a = derefActor(args[1], "o70_kernelSetFunctions: 30"); |