diff options
| author | Travis Howell | 2005-02-25 01:23:36 +0000 | 
|---|---|---|
| committer | Travis Howell | 2005-02-25 01:23:36 +0000 | 
| commit | 1f56546052c059d1a89ea89cf8e961e9dcefddc2 (patch) | |
| tree | 20d94c2dce1341989042e11cc4cb0d49c0d1f6d9 | |
| parent | 6ae017622adb28b80c9ea3e598832bb7d484c0f7 (diff) | |
| download | scummvm-rg350-1f56546052c059d1a89ea89cf8e961e9dcefddc2.tar.gz scummvm-rg350-1f56546052c059d1a89ea89cf8e961e9dcefddc2.tar.bz2 scummvm-rg350-1f56546052c059d1a89ea89cf8e961e9dcefddc2.zip | |
*** empty log message ***
svn-id: r16907
| -rw-r--r-- | scumm/sprite_he.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp index ddf294017e..b74d588fa6 100644 --- a/scumm/sprite_he.cpp +++ b/scumm/sprite_he.cpp @@ -1216,7 +1216,7 @@ void ScummEngine_v90he::spritesProcessWiz(bool arg) {  				pts[2].y = pts[3].y = h / 2 - 1;  				// transform points -				if (zoom) { +				if (spi->flags & kSFZoomed) {  					for (int j = 0; j < 4; ++j) {  						pts[j].x = pts[i].x * zoom / 256;  						pts[j].y = pts[i].y * zoom / 256; | 
