aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2009-06-04 22:12:13 +0000
committerFlorian Kagerer2009-06-04 22:12:13 +0000
commit29cc1efe3cc6dd344383a8b8b6e9a59b4e78ece1 (patch)
treee0a62ce57cb17a67eba3b615bb08089dbb4b7901 /engines/kyra/screen_lol.cpp
parent4f4005f0b09668b608962ce32988ce63e269e55c (diff)
downloadscummvm-rg350-29cc1efe3cc6dd344383a8b8b6e9a59b4e78ece1.tar.gz
scummvm-rg350-29cc1efe3cc6dd344383a8b8b6e9a59b4e78ece1.tar.bz2
scummvm-rg350-29cc1efe3cc6dd344383a8b8b6e9a59b4e78ece1.zip
LOL: implemented Vaelan's cube
svn-id: r41179
Diffstat (limited to 'engines/kyra/screen_lol.cpp')
-rw-r--r--engines/kyra/screen_lol.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/kyra/screen_lol.cpp b/engines/kyra/screen_lol.cpp
index b834123d2f..5f64a1cddd 100644
--- a/engines/kyra/screen_lol.cpp
+++ b/engines/kyra/screen_lol.cpp
@@ -589,6 +589,16 @@ void Screen_LoL::copyRegionSpecial(int page1, int w1, int h1, int x1, int y1, in
va_end(args);
}
+ // _internDimH: h0
+// _internDimW: w0
+// _internDimDstX: x1
+// _internDimDstY: y1
+// _internBlockWidth: w1
+// _internBlockHeight: h1
+// _internDimU5: x2
+// _internDimU6: y2
+// _internBlockWidth2: w2
+
_internDimX = _internDimY = 0;
_internDimW = w1;
_internDimH = h1;