aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorMax Horn2004-01-04 01:20:26 +0000
committerMax Horn2004-01-04 01:20:26 +0000
commit1ac275e20baa3784e401ef548f7bfe6ca4137601 (patch)
treefa840ee4a154e32fad8801b7f732b5b33bbe34bf /scumm/gfx.cpp
parent87abee70c1b51258c783eeaa2e3c08d15fdbb1ed (diff)
downloadscummvm-rg350-1ac275e20baa3784e401ef548f7bfe6ca4137601.tar.gz
scummvm-rg350-1ac275e20baa3784e401ef548f7bfe6ca4137601.tar.bz2
scummvm-rg350-1ac275e20baa3784e401ef548f7bfe6ca4137601.zip
I don't see why this would be needed (my guess is that the hack in initVirtScreen (to use _roomHeight) already covers this, and more)
svn-id: r12125
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index fffd2f0b3a..348ea1bffa 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -578,10 +578,6 @@ void ScummEngine::initBGBuffers(int height) {
int size, itemsize, i;
byte *room;
- if (_version >= 7) {
- initVirtScreen(kMainVirtScreen, 0, virtscr[0].topline, _screenWidth, height, 1, 1);
- }
-
room = getResourceAddress(rtRoom, _roomResource);
if (_version <= 3) {
gdi._numZBuffer = 2;