diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 14031f2898..5efb0361eb 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -813,7 +813,7 @@ void ScummEngine_v71he::redrawBGAreas() { } void ScummEngine_v72he::redrawBGAreas() { - ScummEngine_v70he::redrawBGAreas(); + ScummEngine_v71he::redrawBGAreas(); flushWizBuffer(); } |