aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-09-24 21:00:15 +0000
committerMax Horn2004-09-24 21:00:15 +0000
commit4c1ff1d0874512f1199f88c9dfeb01e8c2712174 (patch)
tree9f67a40c49cc5aa8e44038cd834cb6206c5e4c26
parentfbfa606e4f44c2b3df8fae8cf8a8ba127f883cac (diff)
downloadscummvm-rg350-4c1ff1d0874512f1199f88c9dfeb01e8c2712174.tar.gz
scummvm-rg350-4c1ff1d0874512f1199f88c9dfeb01e8c2712174.tar.bz2
scummvm-rg350-4c1ff1d0874512f1199f88c9dfeb01e8c2712174.zip
More V7_SMOOTH_SCROLLING_HACK related fixes
svn-id: r15251
-rw-r--r--scumm/gfx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 3535e48790..3bc93dfb69 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -185,8 +185,8 @@ struct BlastObject {
/** Bomp graphics data, used as parameter to ScummEngine::drawBomp. */
struct BompDrawData {
- byte *out;
- int outwidth, outheight;
+ Graphics::Surface dst;
+
int x, y;
byte scale_x, scale_y;
const byte *dataptr;
@@ -317,7 +317,7 @@ public:
// be changed but should otherwise be relatively easy to understand, and using
// VirtScreen::pitch will actually clean up the code.
//
-// #define V7_SMOOTH_SCROLLING_HACK
+//#define V7_SMOOTH_SCROLLING_HACK
} // End of namespace Scumm