aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
authorJames Brown2002-03-06 12:24:56 +0000
committerJames Brown2002-03-06 12:24:56 +0000
commit178540c989efad3423acec5b143f63eb3389368d (patch)
treea7a8e3688901ebe0a8ae72ef5f229317e0db9418 /gfx.cpp
parent4a98b9b9e96712e7dccf6c4c04533f3bd22430d8 (diff)
downloadscummvm-rg350-178540c989efad3423acec5b143f63eb3389368d.tar.gz
scummvm-rg350-178540c989efad3423acec5b143f63eb3389368d.tar.bz2
scummvm-rg350-178540c989efad3423acec5b143f63eb3389368d.zip
Applied cleanup and scaling patch by Rob.
svn-id: r3665
Diffstat (limited to 'gfx.cpp')
-rw-r--r--gfx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx.cpp b/gfx.cpp
index f481a1fe8e..663ec16e34 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -553,7 +553,7 @@ void Scumm::redrawBGAreas() {
int i;
int val;
CameraData *cd = &camera;
- int diff; // Full throttle hack
+ int diff;
if (!(_features & GF_AFTER_V7))
if (cd->_cur.x!=cd->_last.x && charset._hasMask)
@@ -2369,7 +2369,7 @@ void Scumm::drawBomp(BompDrawData *bd) {
src = bd->dataptr;
do {
- byte color,code;
+ byte color;
uint len, num;
uint x;
if ((uint)y >= (uint)bd->outheight) {