mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 15:31:59 +00:00
Ooops, fix type in vc76_setScaleXOffs()
svn-id: r24035
This commit is contained in:
parent
deaa9e1ca1
commit
c60d3d73f4
@ -2607,7 +2607,7 @@ void AGOSEngine::vc76_setScaleXOffs() {
|
||||
vsp1->x = tmp2;
|
||||
vsp2->x = tmp1;
|
||||
tmp1 = vsp1->y;
|
||||
tmp2 = vsp1->y;
|
||||
tmp2 = vsp2->y;
|
||||
vsp1->y = tmp2;
|
||||
vsp2->y = tmp1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user