Ooops, fix type in vc76_setScaleXOffs()

svn-id: r24035
This commit is contained in:
Travis Howell 2006-09-30 10:46:53 +00:00
parent deaa9e1ca1
commit c60d3d73f4

View File

@ -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;