Applied cleanup and scaling patch by Rob.

svn-id: r3665
This commit is contained in:
James Brown 2002-03-06 12:24:56 +00:00
parent 4a98b9b9e9
commit 178540c989
15 changed files with 287 additions and 65 deletions

View file

@ -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) {