mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
*** empty log message ***
svn-id: r16907
This commit is contained in:
parent
6ae017622a
commit
1f56546052
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user