aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-29 01:45:38 +0000
committerTravis Howell2005-04-29 01:45:38 +0000
commitcbd2e319eae77eb585172fd754c0efd4a06202ec (patch)
tree229e99e2b58f49a153ebec93d6ca53b231619837 /scumm/gfx.cpp
parent2f262b3c3e4425a7851f02aa3e712c1401505e79 (diff)
downloadscummvm-rg350-cbd2e319eae77eb585172fd754c0efd4a06202ec.tar.gz
scummvm-rg350-cbd2e319eae77eb585172fd754c0efd4a06202ec.tar.bz2
scummvm-rg350-cbd2e319eae77eb585172fd754c0efd4a06202ec.zip
Ooops
svn-id: r17860
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
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();
}