aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFlorian Kagerer2009-07-05 16:29:17 +0000
committerFlorian Kagerer2009-07-05 16:29:17 +0000
commitb43664e36810617ac02836d6ea9f50e54787c76a (patch)
treee8ebc0ef438df50917b44f8169ed1d8169c5f948 /engines
parent501df3adf8c926695707fb3c62487bffdf2cde07 (diff)
downloadscummvm-rg350-b43664e36810617ac02836d6ea9f50e54787c76a.tar.gz
scummvm-rg350-b43664e36810617ac02836d6ea9f50e54787c76a.tar.bz2
scummvm-rg350-b43664e36810617ac02836d6ea9f50e54787c76a.zip
LOL: cleanup
svn-id: r42141
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/screen_lol.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/engines/kyra/screen_lol.cpp b/engines/kyra/screen_lol.cpp
index ef42a49382..46b243a4cf 100644
--- a/engines/kyra/screen_lol.cpp
+++ b/engines/kyra/screen_lol.cpp
@@ -593,7 +593,6 @@ void Screen_LoL::copyRegionSpecial(int page1, int w1, int h1, int x1, int y1, in
int iu5_1 = na;
int iu6_1 = nb;
int ibw_1 = w3;
- //int ibh_1 = h3;
int dx_1 = x1;
int dy_1 = y1;
@@ -703,27 +702,6 @@ void Screen_LoL::applyOverlaySpecial(int page1, int x1, int y1, int page2, int x
if (!calcBounds(iw, ih, x2, y2, w, h, na, nb, nc))
return;
- // _internDimH: h0
-// _internDimW: w0
-// _internDimDstX: x1
-// _internDimDstY: y1
-// _internBlockWidth: w1
-// _internBlockHeight: h1
-// _internDimU5: x2 na
-// _internDimU6: y2 nb
-// _internBlockWidth2: w2 nc
-
-// _internDimX = _internDimY = 0;
-// _internDimW = w1;
-/* _internDimH = h1;
- calcBoundariesIntern(x1, y1, w3, h3);
- if (_internBlockWidth == -1)
- return;
-
- calcBoundariesIntern(x2, y2, w, h);
- if (_internBlockWidth == -1)
- return;*/
-
uint8 *src = getPagePtr(page1) + y1 * 320 + x1;
uint8 *dst = getPagePtr(page2) + (y2 + iy) * 320;