aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-29 01:36:30 +0000
committerTravis Howell2005-04-29 01:36:30 +0000
commit2f262b3c3e4425a7851f02aa3e712c1401505e79 (patch)
tree9b9af15a1359fea13b76eb616d254dab728bd25c /scumm/gfx.cpp
parent4b4242e97316ff1959279d630533366c71219b2a (diff)
downloadscummvm-rg350-2f262b3c3e4425a7851f02aa3e712c1401505e79.tar.gz
scummvm-rg350-2f262b3c3e4425a7851f02aa3e712c1401505e79.tar.bz2
scummvm-rg350-2f262b3c3e4425a7851f02aa3e712c1401505e79.zip
Add HE90 version of processActors().
Add HE71 class, for HE71+ specifics. svn-id: r17859
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 46e94b626d..14031f2898 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -798,12 +798,7 @@ void ScummEngine::redrawBGAreas() {
_bgNeedsRedraw = false;
}
-void ScummEngine_v70he::redrawBGAreas() {
- if (_heversion == 70) {
- ScummEngine::redrawBGAreas();
- return;
- }
-
+void ScummEngine_v71he::redrawBGAreas() {
if (camera._cur.x != camera._last.x && _charset->_hasMask)
stopTalk();