diff options
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r-- | scumm/script_v90he.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 065a4f7fa1..6a7cb369c3 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -2307,11 +2307,11 @@ void ScummEngine_v90he::o90_kernelSetFunctions() { break; case 24: _skipProcessActors = 1; - //_fullRedraw = 1; + redrawAllActors(); break; case 25: _skipProcessActors = 0; - //_fullRedraw = 1; + redrawAllActors(); break; case 42: _wiz._rectOverrideEnabled = true; |